mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 22:36:50 +00:00

* added tahoma plattform, cover, sensor markdown * fix - tahoma capitalised * fix typo, added new config section * ready to merge * updated logo
1005 B
1005 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Tahoma | Instructions on how to integrate Somfy Tahoma devices with Home Assistant. | 2017-07-18 12:00 | true | false | true | true | tahoma.png | Hub | 0.59 |
The Tahoma
component platform is used as an interface to the 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:
# 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 %}