Skip to content

Commit 78f4332

Browse files
philkleifrenck
authored andcommitted
Tahoma Platform (home-assistant#3574)
* added tahoma plattform, cover, sensor markdown * fix - tahoma capitalised * fix typo, added new config section * ready to merge * updated logo
1 parent 65029f3 commit 78f4332

File tree

4 files changed

+83
-0
lines changed

4 files changed

+83
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "Tahoma Cover"
4+
description: "Instructions how to integrate Tahoma covers into Home Assistant."
5+
date: 2017-07-18 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: tahoma.png
11+
ha_category: Cover
12+
ha_release: 0.59
13+
---
14+
15+
To use your tahoma covers in your installation, add the following to your `configuration.yaml` file:
16+
17+
``yaml
18+
# Example configuration.yml entry
19+
cover:
20+
platform: tahoma
21+
```
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "Tahoma Sensor"
4+
description: "Instructions how to integrate Tahoma sensors into Home Assistant."
5+
date: 2017-07-18 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: tahoma.png
11+
ha_category: Cover
12+
ha_release: 0.59
13+
---
14+
15+
To use your tahoma sensors in your installation, add the following to your `configuration.yaml` file:
16+
17+
``yaml
18+
# Example configuration.yml entry
19+
sensor:
20+
platform: tahoma
21+
```

source/_components/tahoma.markdown

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: page
3+
title: "Tahoma"
4+
description: "Instructions on how to integrate Somfy Tahoma devices with Home Assistant."
5+
date: 2017-07-18 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: tahoma.png
11+
ha_category: Hub
12+
ha_release: 0.59
13+
---
14+
15+
16+
The `Tahoma` component platform is used as an interface to the [tahomalink.com](https://www.tahomalink.com) website. It adds actually covers and the sun sensor from tahoma platform.
17+
18+
To use your Tahoma devices in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
tahoma:
23+
username: YOUR_USERNAME
24+
password: YOUR_PASSWORD
25+
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent]
26+
```
27+
28+
{% configuration %}
29+
username:
30+
description: Username for tahomalink.com
31+
required: true
32+
type: string
33+
password:
34+
description: Password for tahomalink.com
35+
required: true
36+
type: string
37+
exclude:
38+
description: Excludes devices
39+
required: false
40+
type: list
41+
{% endconfiguration %}
36.7 KB
Loading

0 commit comments

Comments
 (0)