Skip to content

Commit

Permalink
update info.md with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
grm committed Jun 7, 2020
1 parent 292e29b commit 0cf3e31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ The mower cancels the current operation and returns to charging station. It will
## Changelog

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

### 0.1.0
- First release with a version number
- Bump py-smart-gardena to 0.7.4
Expand Down

0 comments on commit 0cf3e31

Please sign in to comment.