Releases: leikoilja/ha-google-home
Releases · leikoilja/ha-google-home
v1.4.3
Changes
🐛 Bug Fixes
📄 Documentation
- Add a link to the Node-RED section in README.md @mattieha (#210)
- Add Node-RED section in README @mattieha (#203)
- Update troubleshooting in README.md @RouNNdeL (#198)
🔧 Internal structure enhancement
- Fix Labeler config @KapJI (#216)
- Setup codespell @KapJI (#209)
- Bump crazy-max/ghaction-github-labeler from v3.1.0 to v3.1.1 @dependabot (#207)
- Re-add Dependabot labels setting @KapJI (#208)
- Update Dependabot config @KapJI (#206)
- Deduplicate request methods @KapJI (#201)
🧱 Dependency Updates
- Bump up glocaltokens to v0.3.1 @leikoilja (#213)
- Bump flake8 from 3.9.0 to 3.9.1 @dependabot (#215)
v1.4.2
v1.4.1
v1.4.0
Changes
- Release 1.4.0 @leikoilja (#174)
🚀 Features
- Add do not disturb switch @DurgNomis-drol (#162)
🐛 Bug Fixes
- Fix do not disturb switch @DurgNomis-drol (#172)
- Fix options flow @KapJI (#171)
- Timeout error handling @DurgNomis-drol (#170)
📄 Documentation
- Fix do not disturb switch @DurgNomis-drol (#172)
🧱 Dependency Updates
- Bump zeroconf from 0.28.8 to 0.29.0 @dependabot (#164)
v1.3.0
Changes
🚀 Features
- Add reboot service @DurgNomis-drol (#155)
- Add delete services @DurgNomis-drol (#150)
- Add support for the status attribute of alarms/timers @AstroViking (#115)
🐛 Bug Fixes
📄 Documentation
- Update README.md @KapJI (#154)
- Update CONTRIBUTING.md @KapJI (#152)
- Add support for the status attribute of alarms/timers @AstroViking (#115)
- Update CONTRIBUTING.md @KapJI (#151)
- Remove beta remarks @leikoilja (#144)
🔧 Internal structure enhancement
- Improve typing in config flow @KapJI (#158)
- Install flake8 plugins @KapJI (#159)
- Complete strict type checks @KapJI (#153)
- Use homeassistant typing stubs @KapJI (#148)
- Fix Labeler @KapJI (#147)
- Update release-drafter.yml @KapJI (#145)
🧱 Dependency Updates
v1.2.0
Changes
🚀 Features
- Adding config options @leikoilja (#141)
- Replace 'off' state with 'unavailable' @KapJI (#121)
🔧 Internal structure enhancement
📄 Documentation
- Readme: add troubleshooting section @brianhanifin (#113)
- Update README.md @KapJI (#143)
- Update CONTRIBUTING.md @KapJI (#142)
- Remove line on the bottom of README.md @KapJI (#140)
- Move version badge to the beginning of the list @KapJI (#139)
🐛 Bug Fixes
- Retry device update on every coordinator update @leikoilja (#133)
- Adding ClientConnectionError handler @leikoilja (#138)
- Add reuse of master_token @DurgNomis-drol (#131)
🧱 Dependency Updates
- Bump pre-commit from 2.11.0 to 2.11.1 @dependabot (#135)
- Bump flake8 from 3.8.4 to 3.9.0 @dependabot (#134)
- Bump homeassistant from 2021.3.2 to 2021.3.4 @dependabot (#136)
- Bump isort from 5.7.0 to 5.8.0 @dependabot (#137)
- Bump up dependancy versions + dependabot @leikoilja (#132)
v1.1.0
Changes
🚀 Features
- [BREAKING CHANGE] Combine two sensors into one @KapJI (#112)
Please note if you have been usingnext_timer
ornext_alarm
sensors whey are deprecated now in favor of united sensors. Please see the README Feature section for more information. Sorry for the inconvenience
🔧 Internal structure enhancement
📄 Documentation
v1.0.1
Changes
- Set verbose logging level for glocaltokens @leikoilja (#110)
- Changed readme for HACS installation @DurgNomis-drol (#108)
- Better issue template @DurgNomis-drol (#104)
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#94)
- Enable mypy @KapJI (#88)
🔧 Internal structure enhancement
- Add device class for next alarm and next timer. @DurgNomis-drol (#107)
- Add more type hints @KapJI (#92)
- Fix unused-argument warning @KapJI (#87)
📄 Documentation
- Closes #78 @DurgNomis-drol (#89)
🐛 Bug Fixes
- Catch exceptions when getting alarms and timers to better allow for debugging @DurgNomis-drol (#103)
v1.0.0
Changes
- Enable pylint @KapJI (#76)
- Fix logo link in README @KapJI (#74)
- Use more Markdown in README @KapJI (#73)
- Add support for Lenovo Smart Clock @DurgNomis-drol (#70)
- Use poetry for dependency management @KapJI (#68)
- Remove unused configs @KapJI (#67)
- Update manual steps in README @KapJI (#56)
- Making master stable again! 💥 @leikoilja (#47)
- Initial pre-release v2.0 @leikoilja (#41)
- Bump release-drafter/release-drafter from v5.12.1 to v5.14.0 @dependabot (#30)
- Bump hacs/action from 21.2.0 to 21.2.2 @dependabot (#29)
- Adding alpine devcontainer and documentation @leikoilja (#21)
- Bump pip from 20.3.1 to 21.0.1 in /.github/workflows @dependabot (#9)
- Bump reorder-python-imports from 2.3.6 to 2.4.0 in /.github/workflows @dependabot (#12)
- Bump pre-commit from 2.9.3 to 2.10.1 in /.github/workflows @dependabot (#13)
- Bump hacs/action from 20.11.2 to 21.2.0 @dependabot (#15)
🚀 Features
- Removing SUPPORTED_HARDWARE_LIST @leikoilja (#77)
- Add next alarm sensor, and sort alarms and timers @DurgNomis-drol (#65)
- Parse labels to timers and alarms @DurgNomis-drol (#64)
- Adding multiple alarm/timer support @leikoilja (#57)
🔧 Internal structure enhancement
- Fix no-member warning @KapJI (#84)
- Removing SUPPORTED_HARDWARE_LIST @leikoilja (#77)
- Use lazy % formatting in logging functions @KapJI (#83)
- Migrate from reorder-python-imports to isort @KapJI (#81)
- First batch of pylint fixes @KapJI (#79)
- Integration renaming to PEP8 compatible @leikoilja (#75)
- 401 error handling and caching google devices @leikoilja (#62)
- Change state and time duration @leikoilja (#55)
- Removed
@gmail.com
omission indication. @ArnyminerZ (#46) - Renaming classes to match Google-Home @leikoilja (#42)
📄 Documentation
- Update CONTRIBUTING.md @KapJI (#80)
- Add lovelace cards to readme @DurgNomis-drol (#72)
- Update Readme to fit latest changes in master @DurgNomis-drol (#53)
🧰 Maintenance
- Adding tox testing environment @leikoilja (#43)
Initial beta release
Beta-release of the custom component intended for early testers