mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00

* Create climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
* ✏️ Tweaks
* change to username
* Update climate.mill.markdown
* Update climate.mill.markdown
* Add files via upload
* Update climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
903 B
903 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
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 | Climate | 0.81 | Cloud Polling |
Integrates Mill heater into Home Assistant.
The component requires that the heater is set as an independent device in the Mill app.
To enable this platform, add the following lines to your configuration.yaml
file:
climate:
- platform: mill
username: email@gmail.com
password: pswd
{% configuration %} username: description: Your registered Mill email. required: true type: string password: description: Your Mill password. required: true type: string {% endconfiguration %}