Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Releases: walthowd/ha-automower

1.1.3

15 Sep 21:55
c7aac2d
Compare
Choose a tag to compare

Fix for Husqvarna no longer returning model from API, would stop Home Assistant from loading custom component on start up.

1.1.2

19 Apr 15:19
5df39f8
Compare
Choose a tag to compare

Bump version from 0.5 to 1.1.2 to match new required version in manfest.json.

Adds support for 435X.

Potential breaking changes, many additional error codes added. Thanks @MAFLO321 and @MZorzy

See for all possible error codes:
https://github.com/walthowd/ha-automower/blob/master/custom_components/automower/__init__.py#L77

v0.5

15 Jun 02:12
31f10ab
Compare
Choose a tag to compare

Will now require HA 0.110 or higher. Merged outstanding pull requests, now extending VacuumEntity as VacuumDevice will be deprecated.

BREAKING CHANGES

  • Entity state has changed from "Leaving base" to "Leaving charging station" and also from "Searching base" to "Going to charging station". Please update any automations accordingly.