Skip to content

Releases: py-smart-gardena/hass-gardena-smart-system

Release 0.2.1b2

02 Jul 21:09
Compare
Choose a tag to compare
Release 0.2.1b2 Pre-release
Pre-release

Release refs/tags/0.2.1b2

Release 0.2.1b1

02 Jul 15:16
Compare
Choose a tag to compare
Release 0.2.1b1 Pre-release
Pre-release

Release refs/tags/0.2.1b1

Release 0.2.0

22 Jun 13:45
Compare
Choose a tag to compare
  • 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 from last error code if an error is active.
    • status code contains a copy of activity as long as there is no error and a copy of error 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

22 Jun 13:10
Compare
Choose a tag to compare
Release 0.2.0b3 Pre-release
Pre-release

Release refs/tags/0.2.0b3

Release 0.2.0b2

22 Jun 09:48
Compare
Choose a tag to compare
Release 0.2.0b2 Pre-release
Pre-release
  • Bump py-smart-gardena version to fix #29

Release 0.2.0b1

07 Jun 22:33
Compare
Choose a tag to compare
Release 0.2.0b1 Pre-release
Pre-release
  • 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 from last error code if an error is active.
    • status code contains a copy of activity as long as there is no error and a copy of error 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

06 Jun 23:04
Compare
Choose a tag to compare
  • 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)