-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding new files needed for domain concept
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 0.2 2019-07-29 | ||
Tested with Hassio 0.96.5 | ||
|
||
### Breaking changes | ||
Changed from platform to domain. This means changes in the component configuration in the configuration.yaml. | ||
|
||
### Changes | ||
|
||
Exposed a service-call to HA to send commands to mower | ||
Added different icons to the sensors | ||
Dynamic icon for Alert Sensor | ||
Added RELEASENOTES.md | ||
|
||
indego: | ||
name: Mower name | ||
username: !secret indego_username | ||
password: !secret indego_password | ||
id: !secret indego_id | ||
|
||
## 0.1 2019-07-27 | ||
|
||
### Changes | ||
Added 3 new sensors: | ||
- lawn_moved | ||
- mower_alert | ||
- mowing_mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
send_command: | ||
description: Send command to mower. | ||
fields: | ||
command: | ||
description: The command you wish to send to the mower. | ||
example: mow, returnToDock, pause. |