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 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.