Skip to content

Commit

Permalink
Adding new files needed for domain concept
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-73 committed Jul 29, 2019
1 parent 304587c commit 9f5eace
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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
6 changes: 6 additions & 0 deletions custom-components/services.yaml
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.

0 comments on commit 9f5eace

Please sign in to comment.