mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Remove TaHoma documentation (#20823)
This commit is contained in:
parent
b97fb80255
commit
6dcfbb7fb7
@ -233,7 +233,6 @@
|
||||
"SwitchBot",
|
||||
"Synology",
|
||||
"Tado",
|
||||
"Tahoma",
|
||||
"TCP/IP",
|
||||
"TensorFlow",
|
||||
"Tesla",
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
]
|
||||
```
|
||||
|
@ -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.
|
@ -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
|
||||
/components/sensor.loopenergy /more-info/removed-integration 301
|
||||
/integrations/tahoma /more-info/removed-integration 301
|
Loading…
x
Reference in New Issue
Block a user