mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Remove Tahoma (#11410)
* Remove Tahoma See https://github.com/home-assistant/home-assistant/issues/29744 * Remove also Tahoma redirect
This commit is contained in:
parent
31a9b30011
commit
727baee37a
@ -1,53 +0,0 @@
|
||||
---
|
||||
title: "Tahoma"
|
||||
description: "Instructions on how to integrate Somfy Tahoma devices with Home Assistant."
|
||||
logo: tahoma.png
|
||||
ha_category:
|
||||
- Hub
|
||||
- Binary Sensor
|
||||
- Cover
|
||||
- Scene
|
||||
- Switch
|
||||
- Sensor
|
||||
ha_release: 0.59
|
||||
ha_iot_class: Cloud Polling
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Binary Sensor
|
||||
- Sensor
|
||||
- Cover
|
||||
- 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://somfyhouse.freshdesk.com/nl/support/solutions/articles/14000058145-wat-is-het-verschil-tussen-de-tahoma-en-de-connexoon-) for the differences between the bridges.
|
@ -180,7 +180,6 @@
|
||||
/components/binary_sensor.sleepiq /integrations/sleepiq
|
||||
/components/binary_sensor.smartthings /integrations/smartthings#binary-sensor
|
||||
/components/binary_sensor.spc /integrations/spc#binary-sensor
|
||||
/components/binary_sensor.tahoma /integrations/tahoma
|
||||
/components/binary_sensor.tapsaff /integrations/tapsaff
|
||||
/components/binary_sensor.tcp /integrations/tcp#binary-sensor
|
||||
/components/binary_sensor.tellduslive /integrations/tellduslive
|
||||
@ -307,7 +306,6 @@
|
||||
/components/cover.scsgate /integrations/scsgate#cover
|
||||
/components/cover.smartthings /integrations/smartthings#cover
|
||||
/components/cover.supla /integrations/supla
|
||||
/components/cover.tahoma /integrations/tahoma
|
||||
/components/cover.tellduslive /integrations/tellduslive
|
||||
/components/cover.tellstick /integrations/tellstick#cover
|
||||
/components/cover.tuya /integrations/tuya
|
||||
@ -625,7 +623,6 @@
|
||||
/components/scene.lutron /integrations/lutron#scene
|
||||
/components/scene.lutron_caseta /integrations/lutron_caseta#scene
|
||||
/components/scene.smartthings /integrations/smartthings#scene
|
||||
/components/scene.tahoma /integrations/tahoma
|
||||
/components/scene.tuya /integrations/tuya
|
||||
/components/scene.velux /integrations/velux
|
||||
/components/scene.vera /integrations/vera
|
||||
@ -883,7 +880,6 @@
|
||||
/components/sensor.systemmonitor /integrations/systemmonitor
|
||||
/components/sensor.sytadin /integrations/sytadin
|
||||
/components/sensor.tado /integrations/tado
|
||||
/components/sensor.tahoma /integrations/tahoma
|
||||
/components/sensor.tank_utility /integrations/tank_utility
|
||||
/components/sensor.tautulli /integrations/tautulli
|
||||
/components/sensor.tcp /integrations/tcp#sensor
|
||||
@ -1034,7 +1030,6 @@
|
||||
/components/switch.switchbot /integrations/switchbot
|
||||
/components/switch.switcher_kis /integrations/switcher_kis
|
||||
/components/switch.switchmate /integrations/switchmate
|
||||
/components/switch.tahoma /integrations/tahoma
|
||||
/components/switch.tellduslive /integrations/tellduslive
|
||||
/components/switch.tellstick /integrations/tellstick#switch
|
||||
/components/switch.telnet /integrations/telnet
|
||||
@ -1893,7 +1888,6 @@
|
||||
/components/systemmonitor /integrations/systemmonitor
|
||||
/components/sytadin /integrations/sytadin
|
||||
/components/tado /integrations/tado
|
||||
/components/tahoma /integrations/tahoma
|
||||
/components/tank_utility /integrations/tank_utility
|
||||
/components/tapsaff /integrations/tapsaff
|
||||
/components/tautulli /integrations/tautulli
|
||||
|
Loading…
x
Reference in New Issue
Block a user