Releases: py-smart-gardena/hass-gardena-smart-system
Releases · py-smart-gardena/hass-gardena-smart-system
Release 0.2.1b2
Release refs/tags/0.2.1b2
Release 0.2.1b1
Release refs/tags/0.2.1b1
Release 0.2.0
- Integration to default repositories of HACS
- Rename vaccum attributes for mower as described :
Two attributes added. Both are compiled from existing attributes:error code
contains NONE if there is no error and the code fromlast error code
if an error is active.status code
contains a copy ofactivity
as long as there is no error and a copy oferror code
if an error
is active. This corresponds to the state in the old integration of Wijnand.- Attribute names changed: last_error_code -> last_error, error_code -> error, status_code -> state
- Const ATTR_LAST_ERROR_CODE removed, not used any more.
- Bump py-smart-gardena version to fix #29
Release 0.2.0b3
Release refs/tags/0.2.0b3
Release 0.2.0b2
- Bump py-smart-gardena version to fix #29
Release 0.2.0b1
- Integration to default repositories of HACS
- Rename vaccum attributes for mower as described :
Two attributes added. Both are compiled from existing attributes:error code
contains NONE if there is no error and the code fromlast error code
if an error is active.status code
contains a copy ofactivity
as long as there is no error and a copy oferror code
if an error
is active. This corresponds to the state in the old integration of Wijnand.- Attribute names changed: last_error_code -> last_error, error_code -> error, status_code -> state
- Const ATTR_LAST_ERROR_CODE removed, not used any more.
Release 0.1.0
- Bump to py-smart-gardena 0.7.4
- Connection stability has been improved from updating py-smart-gardena
- A binary_sensor has been added which holds the websocket connection status (its status goes offline a few seconds from time to time when the access token expires while the access token is refreshed)