home-assistant.io/source/_components/climate.touchline.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

33 lines
793 B
Markdown

---
layout: page
title: "Roth Touchline"
description: "Instructions on how to integrate Roth Touchline within Home Assistant."
date: 2018-01-03 12:35
sidebar: true
comments: false
sharing: true
footer: true
logo: roth.png
ha_category: Climate
ha_release: 0.61
ha_iot_class: "Local Polling"
---
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 %}