mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00

* 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
30 lines
750 B
Markdown
30 lines
750 B
Markdown
---
|
|
title: "Roth Touchline"
|
|
description: "Instructions on how to integrate Roth Touchline within Home Assistant."
|
|
logo: roth.png
|
|
ha_category:
|
|
- Climate
|
|
ha_release: 0.61
|
|
ha_iot_class: Local Polling
|
|
redirect_from:
|
|
- /components/climate.touchline/
|
|
---
|
|
|
|
The `touchline` climate platform let you control [ROTH Touchline](http://www.roth-nordic.dk/dk/roth-touchline-tradloes-gulvvarmeregulering-1475.htm) floor heating thermostats from Roth.
|
|
|
|
|
|
To set it up, add the following information to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
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 %}
|