mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add Roth Touchline documentation (#4336)
* Add Roth Touchline documentation Add Roth Touchline documentation Pull request in home-assistant (if applicable): home-assistant/home-assistant#10547 * Minor changes
This commit is contained in:
parent
2ff654ef2b
commit
f4be3e95e4
32
source/_components/climate.touchline.markdown
Normal file
32
source/_components/climate.touchline.markdown
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Roth Touchline"
|
||||||
|
description: "Instructions 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 %}
|
BIN
source/images/supported_brands/roth.png
Normal file
BIN
source/images/supported_brands/roth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
x
Reference in New Issue
Block a user