mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
65029f3b71
commit
78f4332d0d
21
source/_components/cover.tahoma.markdown
Normal file
21
source/_components/cover.tahoma.markdown
Normal 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
|
||||
```
|
21
source/_components/sensor.tahoma.markdown
Normal file
21
source/_components/sensor.tahoma.markdown
Normal 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
|
||||
```
|
41
source/_components/tahoma.markdown
Normal file
41
source/_components/tahoma.markdown
Normal 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 %}
|
BIN
source/images/supported_brands/tahoma.png
Normal file
BIN
source/images/supported_brands/tahoma.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user