From 6dcfbb7fb736602cd77b4c3b162a70451e593742 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Thu, 23 Dec 2021 08:04:24 -0800 Subject: [PATCH] Remove TaHoma documentation (#20823) --- .textlintrc.json | 1 - CODEOWNERS | 1 - source/_integrations/somfy.markdown | 30 +------------ source/_integrations/tahoma.markdown | 67 ---------------------------- source/_redirects | 3 +- 5 files changed, 3 insertions(+), 99 deletions(-) delete mode 100644 source/_integrations/tahoma.markdown diff --git a/.textlintrc.json b/.textlintrc.json index 17a7ccfff05..54378392155 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -233,7 +233,6 @@ "SwitchBot", "Synology", "Tado", - "Tahoma", "TCP/IP", "TensorFlow", "Tesla", diff --git a/CODEOWNERS b/CODEOWNERS index 794981244eb..b92430e9286 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -503,7 +503,6 @@ source/_integrations/syslog.markdown @fabaff source/_integrations/system_bridge.markdown @timmo001 source/_integrations/tado.markdown @michaelarnauts @noltari source/_integrations/tag.markdown @balloob @dmulcahey -source/_integrations/tahoma.markdown @philklei source/_integrations/tankerkoenig.markdown @guillempages source/_integrations/tapsaff.markdown @bazwilliams source/_integrations/tasmota.markdown @emontnemery diff --git a/source/_integrations/somfy.markdown b/source/_integrations/somfy.markdown index be05c6c4846..52739144e06 100644 --- a/source/_integrations/somfy.markdown +++ b/source/_integrations/somfy.markdown @@ -17,7 +17,7 @@ ha_platforms: - switch --- -The Somfy integration will allow users to integrate their Somfy devices into Home Assistant using the [official API](https://developer.somfy.com/somfy-open-api/apis), unlike the [Tahoma](/integrations/tahoma/) integration. +The Somfy integration will allow users to integrate their Somfy devices into Home Assistant using the [official API](https://developer.somfy.com/somfy-open-api/apis). ## Installation @@ -71,31 +71,3 @@ optimistic: **optimistic** mode should only be used when the integration is not able to gain information on whether a cover is open or closed (e.g., [RTS](https://www.somfysystems.com/en-us/discover-somfy/technology/radio-technology-somfy) devices). It will attempt to track the status within Home Assistant. This mode should only be used if Home Assistant is the only way you operate the blind. If you also use the physical remote control or the Somfy app, Home Assistant will become out of sync. {% include integrations/config_flow.md %} - -### Potential duplicate with the Tahoma integration - -If you use the [Tahoma](/integrations/tahoma) integration, you will have to exclude the covers added by this one. Otherwise, they will be added twice. - -```yaml -# Example configuration.yaml entry -tahoma: - username: YOUR_USERNAME - password: YOUR_PASSWORD - exclude: - [ - "rts:RollerShutterRTSComponent", - "rts:CurtainRTSComponent", - "rts:BlindRTSComponent", - "rts:VenetianBlindRTSComponent", - "rts:DualCurtainRTSComponent", - "rts:ExteriorVenetianBlindRTSComponent", - "io:ExteriorVenetianBlindIOComponent", - "io:RollerShutterUnoIOComponent", - "io:RollerShutterWithLowSpeedManagementIOComponent", - "io:RollerShutterVeluxIOComponent", - "io:RollerShutterGenericIOComponent", - "io:WindowOpenerVeluxIOComponent", - "io:VerticalExteriorAwningIOComponent", - "io:HorizontalAwningIOComponent", - ] -``` diff --git a/source/_integrations/tahoma.markdown b/source/_integrations/tahoma.markdown deleted file mode 100644 index fcfa612d2c5..00000000000 --- a/source/_integrations/tahoma.markdown +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: Tahoma -description: Instructions on how to integrate Somfy Tahoma devices with Home Assistant. -ha_category: - - Hub - - Binary Sensor - - Cover - - Lock - - Scene - - Switch - - Sensor -ha_release: 0.59 -ha_iot_class: Cloud Polling -ha_codeowners: - - '@philklei' -ha_domain: tahoma -ha_platforms: - - binary_sensor - - cover - - lock - - scene - - sensor - - switch ---- - -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: - -- Binary Sensor -- Sensor -- Cover -- Lock -- Switch -- Scene - -## Configuration - -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: Your username for tahomalink.com. - required: true - type: string -password: - description: Your password for tahomalink.com. - required: true - type: string -exclude: - description: List of devices to exclude. - required: false - type: list -{% endconfiguration %} - -This also works with the Somfy Connexoon. Check [here](https://www.somfy.nl/keuzehulp/verschillen-tahoma-en-connexoon) for the differences between the bridges. diff --git a/source/_redirects b/source/_redirects index 9481809266f..ff6772e46fd 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2352,4 +2352,5 @@ /integrations/loopenergy /more-info/removed-integration 301 /components/loopenergy /more-info/removed-integration 301 /components/sensor.loop_energy /more-info/removed-integration 301 -/components/sensor.loopenergy /more-info/removed-integration 301 \ No newline at end of file +/components/sensor.loopenergy /more-info/removed-integration 301 +/integrations/tahoma /more-info/removed-integration 301 \ No newline at end of file