Skip to content

Commit

Permalink
Update climate.mill.markdown (#7235)
Browse files Browse the repository at this point in the history
* Update climate.mill.markdown

* Update climate.mill.markdown

* Minor changes
  • Loading branch information
Danielhiversen authored and fabaff committed Oct 29, 2018
1 parent 85599be commit ed4bdc2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions source/_components/climate.mill.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ ha_iot_class: "Cloud Polling"

Integrates Mill heater into Home Assistant.

## {% linkable_title Configuration %}

To enable this platform, add the following lines to your `configuration.yaml` file:

```yaml
climate:
- platform: mill
username: [email protected]
password: pswd
username: YOUR_EMAIL_ADDRESS
password: YOUR_PASSWORD
```
{% configuration %}
Expand All @@ -35,3 +36,17 @@ password:
required: true
type: string
{% endconfiguration %}
## {% linkable_title Component services %}
This platform supports a service to set the temperature for the room connected to heater in the Mill app:
`climate.mill_set_room_temperature`


| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `room_name` | no | String with room name.
| `away_temp` | yes | Integer with temperature
| `comfort_temp` | yes | Integer with temperature
| `sleep_temp` | yes | Integer with temperature

0 comments on commit ed4bdc2

Please sign in to comment.