home-assistant.io/source/_components/touchline.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

750 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Roth Touchline Instructions on how to integrate Roth Touchline within Home Assistant. roth.png
Climate
0.61 Local Polling
/components/climate.touchline/

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 %}