From ed4bdc2cf9c41f64319a3f0b04bed32aa9a8517b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Tue, 30 Oct 2018 00:17:18 +0100 Subject: [PATCH] Update climate.mill.markdown (#7235) * Update climate.mill.markdown * Update climate.mill.markdown * Minor changes --- source/_components/climate.mill.markdown | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.mill.markdown b/source/_components/climate.mill.markdown index e0d569fc54b..6f92a0a3443 100644 --- a/source/_components/climate.mill.markdown +++ b/source/_components/climate.mill.markdown @@ -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@gmail.com - password: pswd + username: YOUR_EMAIL_ADDRESS + password: YOUR_PASSWORD ``` {% configuration %} @@ -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