This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Releases: Thomas55555/husqvarna_automower
Releases · Thomas55555/husqvarna_automower
2021.5.0
requires at least home assistant 2021.5.0
Improvements
- fix migration message showing on every startup (#60) @Thomas55555
- add services for commands with duration (#59) @Thomas55555
- List supported mowers in readme (#56) @Thomas55555
- Add iot class to manifest (#55) @Thomas55555
- remove unused yaml setup (#54) @Thomas55555
- Reduce config entry setup/unload (#53) @Thomas55555
- Improve reauth (#50) @Thomas55555
Breaking changes
- split model name (#52) @Thomas55555
if you use the default name for the mower, with this update it will be renamed from husqvarna_automower_r_ to automower_r_ for better readability.
2021.5.0b1
What’s Changed
requires at least home assistant 2021.5.0b0
Improvements
- fix migration message (#60) @Thomas55555
- add services (#59) @Thomas55555
2021.5.0b0
What’s Changed
requires at least home assistant 2021.5.0b0
Improvements
- List supported mowers in readme (#56) @Thomas55555
- Add iot class to manifest (#55) @Thomas55555
- remove unused yaml setup (#54) @Thomas55555
- Reduce config entry setup/unload (#53) @Thomas55555
- Improve reauth (#50) @Thomas55555
Breaking changes
- split model name (#52) @Thomas55555
if you use the default name for the mower, with this update it will be renamed from husqvarna_automower_r_ to automower_r_.
2021.4.2
What’s Changed
- add system health information (#49) @Thomas55555
- fix: availability not updating (#48) @Thomas55555
2021.4.1
2021.4.0
What’s Changed
- improving states (#46) @Thomas55555
- improve re-auth (#45) @Thomas55555
- invalidating the acces token on removal of entry (#44) @Thomas55555
- update hacs.json for installing in home assistant 2021.4.0b0
- use extra_state_attributes, this requires homeassistant 2021.4.0 (#38) @Thomas55555
- automatic link generating in downloads badge (#41) @Thomas55555
- 4-digits year for the version (#40) @Thomas55555
- test automatic versioning (#39) @Thomas55555
- Cleanup code (#37) @Thomas55555
- Update readme (#35) @Thomas55555
- Add re-authentication if the token is not working (#34) @Thomas55555
- re-add device information (#32) @Thomas55555
- log warning, when connection to the mower is lost (#31) @Thomas55555
- Completely reworked the token and data management, tokens now survive a restart of home assistant (#30) @Thomas55555
Breaking Change
- use standard vacuum states (#43) @Thomas55555
With this change, only the standard vacuum states are used, these are: cleaning (instead of mowing), docked, error, idle, paused and returning. So you don't get extra information out of the state. Use the extra state attributes instead.
2021.4.0b1
2021.4.0b0
What’s Changed
- use extra_state_attributes, this requires homeassistant 2021.4.0 (#38) @Thomas55555
- automatic link generating in downloads badge (#41) @Thomas55555
- 4-digits year for the version (#40) @Thomas55555
- test automatic versioning (#39) @Thomas55555
- Cleanup code (#37) @Thomas55555
- Update readme (#35) @Thomas55555
- Add re-authentication if the token is not working - needs some more improvement until the final release (#34) @Thomas55555
- re-add device information (#32) @Thomas55555
- log warning, when connection to the mower is lost (#31) @Thomas55555
- Completely reworked the token and data management, tokens now survive a restart of home assistant (#30) @Thomas55555
2021.3.4
2021.3.3
What’s Changed
- add refresh of acces token & improve logging (#28) @Thomas55555
- bump husqvarna_automower_py from 2021.3.1 to 2021.3.2 Changelog
- better error handling in config_flow (#27) @Thomas55555
- add downloads badge (#23) @Thomas55555