Releases: Thomas55555/husqvarna_automower
2021.11.5
2021.11.4
2021.11.3
What’s Changed
- add cuttingheight entity, feature is only for mowers of the 4-series. I don't have one of these, so this it's untested and not really supported. But please let me know, if it works for you (#147) @Thomas55555
- use async_add_entitites (#146) @Thomas55555
- fix headlight_mode update not working (#145) @Thomas55555
- improve Errorhandling (#144) @Thomas55555
- Fix services.yaml contains duplicate key "default". Check lines 115 a… (#143) @kalhimeo
2021.11.2
What’s Changed
- add calendar service (#140) @Thomas55555
- update gitignore (#137) @Thomas55555
- add new error codes (#136) @Thomas55555
Breaking changes
The headlight mode selector gets a new name and a new unique_id, so please delete your old headlight_selector entity after the update.
- rework headlight mode (#141) @Thomas55555
- Rename headlight mode entity and use car-light icon as default (#139) @chammp
2021.11.1
What’s Changed
- Add headlight mode selector, this was in the wrong branch in 2021.11.0 (#134) @Thomas55555
2021.11.0
Requires now at least HomeAssistant 2021.11.0
What’s Changed
- Add selector for Headlight Mode (#129) @ Thomas55555
- Add configuration url (#118) @Thomas55555
- add extra_state_attributes for cuttingheight and headlight_mode (#122) @Thomas55555
- correct supported features (#120) @Thomas55555
- config_flow: make messages more precise (#117) @Thomas55555
- clean up readme (#116, #124 ) @Thomas55555
2021.10.2
2021.10.1
What’s Changed
- check api-key on start-up (#112) @Thomas55555
- don't let old keys pass the config_flow (#111) @Thomas55555
- update release drafter (#110) @Thomas55555
2021.10.0
This release has no new features. It only checks if your current API-Key is ready for websocket support. Please check your logs, after restart for that. The reason is, that in the next version we want to change from polling to "live" updates of your mower state, and old api-keys don't support that. As for most of us, winter is coming soon. We want to release the next version with websocket support soon, so that we can enjoy that feature before winter break :)
If you have an old API-Key and you don't have time to update it in advance, don't worry. You're still able to update it later, but with version 2021.10.1 your mower state won't be updated anymore.
Something went terribly wrong with this release. So I released a little bit to early, the new websocket feature. In this version we changed from polling to "live" updates of your mower state. Thanks to @simontegelid
The problem is, that old api-keys don't support that. Maybe you have to renew your API key. You will see this in the logs.
What’s Changed
- Fix some error cases and make startup more rapid (#106) @simontegelid
- gitignore new log files (#105) @Thomas55555
- Add websocket support (#102) @simontegelid
2021.10.0b1
What’s Changed
- Fix some error cases and make startup more rapid (#106) @simontegelid
- ignore new log files (#105) @Thomas55555