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.10.0b0
@simontegelid added the websocket support. Thanks for that. Instead of polling we now have live updates of the mower. :) Maybe you have to refresh your API-key on the husqvarana website, if it's not working.
What’s Changed
- Add websocket support (#102) @simontegelid
2021.9.0
What’s Changed
- Use full model name for device info again (#94) @simontegelid
- Add human friendly status (#93) @simontegelid
- Create stale.yml (#92) @Thomas55555
Breaking changes
If you are deleting and re-adding this integration, than the entity names will be different.
- Just use mower name as entity name, Remove suffix from device tracker (#94) @simontegelid
2021.8.0
What’s Changed
- Reduce amount of re-auths (#87) @Thomas55555
- try to refresh before raising ConigEntryAuthFailed (#86) @Thomas55555
- Increase max duration for service_selector to 6 weeks (#83) @Thomas55555
Breaking Changes
- Fix unique id device tracker (#85) @Thomas55555
The device tracker was not generating unique IDs. This change will brake your current device tracker an generate a new one. In case you have more than one more, the device tracker will now be available for all your mowers
2021.7.0b0
What’s Changed
- Fix unique id device tracker (#85) @Thomas55555
- Increase max duration for service_selector to 6 weeks (#83) @Thomas55555
2021.6.0
What’s Changed
- Update readme (#82) @Thomas55555
- Bump aioautomower to 2021.6.2 (#81) @Thomas55555
- Add device tracker (#80) @Thomas55555
- fix pause is shown as error (#79) @Thomas55555
- Clean up device info (#77) @Thomas55555
- handle index error (#76) @Thomas55555
- Use home assistant constant for unique id (#71) @Thomas55555
- Cleanup connection class (#70) @Thomas55555
2021.6.0b1
What’s Changed
- Clean up device info (#77) @Thomas55555
- handle index error (#76) @Thomas55555
- Use home assistant constant for unique id (#71) @Thomas55555
- Cleanup connection class (#70) @Thomas55555
2021.6.0b0
What’s Changed
- handle index error (#76) @Thomas55555
- Use home assistant constant for unique id (#71) @Thomas55555
- Cleanup connection class (#70) @Thomas55555
2021.5.3
2021.5.2
2021.5.1
What’s Changed
- remove username and password in initial config entry (#65) @Thomas55555
- use unique_id as source for the api key. this allows the user to change the title of the integration (#64) @Thomas55555
- use call_later instead of sleep timer (#63) @Thomas55555