mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
🚜 Merges/Redirect Tahoma component pages (#8281)
This commit is contained in:
parent
0ab09f2faa
commit
e9ce7c8b8d
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Tahoma Binary Sensor"
|
|
||||||
description: "Instructions on how to integrate Tahoma binary sensors into Home Assistant."
|
|
||||||
date: 2018-06-14 21:57
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tahoma.png
|
|
||||||
ha_category: Binary Sensor
|
|
||||||
ha_release: 0.73
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tahoma` binary sensor platform lets you see binary sensors added to your Tahoma Box in Home Assistant. For example smoke detectors.
|
|
||||||
|
|
||||||
Binary sensors will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Tahoma Cover"
|
|
||||||
description: "Instructions on how to integrate Tahoma covers into Home Assistant."
|
|
||||||
date: 2017-07-18 12:00
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tahoma.png
|
|
||||||
ha_category: Cover
|
|
||||||
ha_release: 0.59
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tahoma` cover platform lets you control covers added to your Tahoma Box in Home Assistant.
|
|
||||||
|
|
||||||
Covers will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Tahoma Scene"
|
|
||||||
description: "Instructions on how to integrate Tahoma scenes into Home Assistant."
|
|
||||||
date: 2018-02-18 12:00
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tahoma.png
|
|
||||||
ha_category: Scene
|
|
||||||
ha_release: 0.64
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tahoma` scene platform lets you trigger scenes added to your Tahoma Box in Home Assistant.
|
|
||||||
|
|
||||||
Scenes will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Tahoma Sensor"
|
|
||||||
description: "Instructions on how to integrate Tahoma sensors into Home Assistant."
|
|
||||||
date: 2017-07-18 12:00
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tahoma.png
|
|
||||||
ha_category: Sensor
|
|
||||||
ha_release: 0.59
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tahoma` sensor platform lets you see sensors added to your Tahoma Box in Home Assistant.
|
|
||||||
|
|
||||||
Sensors will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Tahoma Switch"
|
|
||||||
description: "Instructions on how to integrate Tahoma switches into Home Assistant."
|
|
||||||
date: 2017-07-18 12:00
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tahoma.png
|
|
||||||
ha_category: Sensor
|
|
||||||
ha_release: 0.59
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tahoma` switch platform lets you see switches added to your Tahoma Box in Home Assistant.
|
|
||||||
|
|
||||||
Switches will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.
|
|
@ -8,13 +8,33 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: tahoma.png
|
logo: tahoma.png
|
||||||
ha_category: Hub
|
ha_category:
|
||||||
|
- Hub
|
||||||
|
- Binary Sensor
|
||||||
|
- Cover
|
||||||
|
- Scene
|
||||||
|
- Switch
|
||||||
|
- Sensor
|
||||||
ha_release: 0.59
|
ha_release: 0.59
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
|
redirect_from:
|
||||||
|
- /components/binary_sensor.tahoma/
|
||||||
|
- /components/cover.tahoma/
|
||||||
|
- /components/scene.tahoma/
|
||||||
|
- /components/switch.tahoma/
|
||||||
|
- /components/sensor.tahoma/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `Tahoma` component 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` component 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
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To use your Tahoma devices in your installation, add the following to your `configuration.yaml` file:
|
To use your Tahoma devices in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user