mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix broken link in Tahoma documentation (#17284)
This commit is contained in:
parent
c310e2386a
commit
b946b26344
@ -22,7 +22,7 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
---
|
---
|
||||||
|
|
||||||
The `Tahoma` integration platform is used as an interface to the [tahomalink.com](https://www.tahomalink.com) website. It adds covers, scenes and a sun sensor from the Tahoma platform.
|
The Tahoma integration is used as an interface to the [tahomalink.com](https://www.tahomalink.com) website. It adds covers, scenes and a sun sensor from the Tahoma platform.
|
||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
@ -40,9 +40,12 @@ To use your Tahoma devices in your installation, add the following to your `conf
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
tahoma:
|
tahoma:
|
||||||
username: YOUR_USERNAME
|
username: "YOUR_USERNAME"
|
||||||
password: YOUR_PASSWORD
|
password: "YOUR_PASSWORD"
|
||||||
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent]
|
exclude:
|
||||||
|
- "BridgeHUEComponent"
|
||||||
|
- "HueLampHUEComponent"
|
||||||
|
- "PodComponent"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -60,4 +63,4 @@ exclude:
|
|||||||
type: list
|
type: list
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
This also works with the Somfy Connexoon. Check [here](https://somfyhouse.freshdesk.com/nl/support/solutions/articles/14000058145-wat-is-het-verschil-tussen-de-tahoma-en-de-connexoon-) for the differences between the bridges.
|
This also works with the Somfy Connexoon. Check [here](https://www.somfy.nl/keuzehulp/verschillen-tahoma-en-connexoon) for the differences between the bridges.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user