From b946b26344bd179cec8100461474b9c249613ef9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 5 Apr 2021 17:24:00 +0200 Subject: [PATCH] Fix broken link in Tahoma documentation (#17284) --- source/_integrations/tahoma.markdown | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/_integrations/tahoma.markdown b/source/_integrations/tahoma.markdown index 4610ae5f666..f2dc6a3a5d9 100644 --- a/source/_integrations/tahoma.markdown +++ b/source/_integrations/tahoma.markdown @@ -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.