Tahoma Platform (#3574)

* added tahoma plattform, cover, sensor markdown

* fix - tahoma capitalised

* fix typo, added new config section

* ready to merge

* updated logo
This commit is contained in:
Philip Kleimeyer 2017-11-20 20:40:59 +01:00 committed by Franck Nijhof
parent 65029f3b71
commit 78f4332d0d
4 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,21 @@
---
layout: page
title: "Tahoma Cover"
description: "Instructions how to integrate Tahoma covers into Home Assistant."
date: 2017-07-18 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tahoma.png
ha_category: Cover
ha_release: 0.59
---
To use your tahoma covers in your installation, add the following to your `configuration.yaml` file:
``yaml
# Example configuration.yml entry
cover:
platform: tahoma
```

View File

@ -0,0 +1,21 @@
---
layout: page
title: "Tahoma Sensor"
description: "Instructions how to integrate Tahoma sensors into Home Assistant."
date: 2017-07-18 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tahoma.png
ha_category: Cover
ha_release: 0.59
---
To use your tahoma sensors in your installation, add the following to your `configuration.yaml` file:
``yaml
# Example configuration.yml entry
sensor:
platform: tahoma
```

View File

@ -0,0 +1,41 @@
---
layout: page
title: "Tahoma"
description: "Instructions on how to integrate Somfy Tahoma devices with Home Assistant."
date: 2017-07-18 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tahoma.png
ha_category: Hub
ha_release: 0.59
---
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.
To use your Tahoma devices in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
tahoma:
username: YOUR_USERNAME
password: YOUR_PASSWORD
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent]
```
{% configuration %}
username:
description: Username for tahomalink.com
required: true
type: string
password:
description: Password for tahomalink.com
required: true
type: string
exclude:
description: Excludes devices
required: false
type: list
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB