Fix broken link in Tahoma documentation (#17284)

This commit is contained in:
Franck Nijhof 2021-04-05 17:24:00 +02:00 committed by GitHub
parent c310e2386a
commit b946b26344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ ha_platforms:
- 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:
@ -40,9 +40,12 @@ To use your Tahoma devices in your installation, add the following to your `conf
```yaml
# Example configuration.yaml entry
tahoma:
username: YOUR_USERNAME
password: YOUR_PASSWORD
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent]
username: "YOUR_USERNAME"
password: "YOUR_PASSWORD"
exclude:
- "BridgeHUEComponent"
- "HueLampHUEComponent"
- "PodComponent"
```
{% configuration %}
@ -60,4 +63,4 @@ exclude:
type: list
{% 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.