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.