Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Releases: Thomas55555/husqvarna_automower

2021.10.0b0

09 Oct 12:58
Compare
Choose a tag to compare
2021.10.0b0 Pre-release
Pre-release

downloads
@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

2021.9.0

23 Sep 19:29
9060423
Compare
Choose a tag to compare

downloads

What’s Changed

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

03 Aug 21:27
897b545
Compare
Choose a tag to compare

downloads

What’s Changed

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

20 Jul 22:46
232dd65
Compare
Choose a tag to compare
2021.7.0b0 Pre-release
Pre-release

downloads

What’s Changed

2021.6.0

26 Jun 12:59
3953aca
Compare
Choose a tag to compare

downloads

What’s Changed

2021.6.0b1

15 Jun 16:28
9a563fd
Compare
Choose a tag to compare
2021.6.0b1 Pre-release
Pre-release

downloads

What’s Changed

2021.6.0b0

15 Jun 15:59
3cec229
Compare
Choose a tag to compare
2021.6.0b0 Pre-release
Pre-release

downloads

What’s Changed

2021.5.3

24 May 22:16
b021a32
Compare
Choose a tag to compare

downloads

What’s Changed

2021.5.2

18 May 21:21
c7f1778
Compare
Choose a tag to compare

downloads

What’s Changed

2021.5.1

18 May 21:13
ae2eaf3
Compare
Choose a tag to compare

downloads

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