mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00

* Add Roth Touchline documentation Add Roth Touchline documentation Pull request in home-assistant (if applicable): home-assistant/home-assistant#10547 * Minor changes
790 B
790 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 | Roth Touchline | Instructions how to integrate Roth Touchline within Home Assistant. | 2018-01-03 12:35 | true | false | true | true | roth.png | Climate | 0.61 | Local Polling |
The touchline
climate platform let you control ROTH Touchline floor heating thermostats from Roth.
To set it up, add the following information to your configuration.yaml
file:
climate:
- platform: touchline
host: YOUR_IPADDRESS
{% configuration %} host: description: The IP address of your controller, e.g., http://192.168.1.1. required: false type: string {% endconfiguration %}