mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 02:26:51 +00:00

* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Mill heater | Instructions on how to integrate Mill heater into Home Assistant. | 2018-10-10 15:00 +0200 | true | false | true | true | mill.png |
|
0.81 | Cloud Polling |
|
Integrates Mill heater into Home Assistant.
Configuration
To enable this platform, add the following lines to your configuration.yaml
file:
climate:
- platform: mill
username: YOUR_EMAIL_ADDRESS
password: YOUR_PASSWORD
{% configuration %} username: description: Your registered Mill email. required: true type: string password: description: Your Mill password. required: true type: string {% endconfiguration %}
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 |