From e9ce7c8b8d441b66940aa9cc3cdc22c9f4fe4f23 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 25 Jan 2019 23:24:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Tahoma=20compo?= =?UTF-8?q?nent=20pages=20(#8281)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/binary_sensor.tahoma.markdown | 17 -------------- source/_components/cover.tahoma.markdown | 17 -------------- source/_components/scene.tahoma.markdown | 17 -------------- source/_components/sensor.tahoma.markdown | 17 -------------- source/_components/switch.tahoma.markdown | 17 -------------- source/_components/tahoma.markdown | 22 ++++++++++++++++++- 6 files changed, 21 insertions(+), 86 deletions(-) delete mode 100644 source/_components/binary_sensor.tahoma.markdown delete mode 100644 source/_components/cover.tahoma.markdown delete mode 100644 source/_components/scene.tahoma.markdown delete mode 100644 source/_components/sensor.tahoma.markdown delete mode 100644 source/_components/switch.tahoma.markdown diff --git a/source/_components/binary_sensor.tahoma.markdown b/source/_components/binary_sensor.tahoma.markdown deleted file mode 100644 index 1ba160f706d..00000000000 --- a/source/_components/binary_sensor.tahoma.markdown +++ /dev/null @@ -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. diff --git a/source/_components/cover.tahoma.markdown b/source/_components/cover.tahoma.markdown deleted file mode 100644 index a67537ca112..00000000000 --- a/source/_components/cover.tahoma.markdown +++ /dev/null @@ -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. diff --git a/source/_components/scene.tahoma.markdown b/source/_components/scene.tahoma.markdown deleted file mode 100644 index b5cd1c42940..00000000000 --- a/source/_components/scene.tahoma.markdown +++ /dev/null @@ -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. diff --git a/source/_components/sensor.tahoma.markdown b/source/_components/sensor.tahoma.markdown deleted file mode 100644 index d5dbf0530e7..00000000000 --- a/source/_components/sensor.tahoma.markdown +++ /dev/null @@ -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. diff --git a/source/_components/switch.tahoma.markdown b/source/_components/switch.tahoma.markdown deleted file mode 100644 index a7c3338fee4..00000000000 --- a/source/_components/switch.tahoma.markdown +++ /dev/null @@ -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. diff --git a/source/_components/tahoma.markdown b/source/_components/tahoma.markdown index 323d51bee5a..2d030091900 100644 --- a/source/_components/tahoma.markdown +++ b/source/_components/tahoma.markdown @@ -8,13 +8,33 @@ comments: false sharing: true footer: true logo: tahoma.png -ha_category: Hub +ha_category: + - Hub + - Binary Sensor + - Cover + - Scene + - Switch + - Sensor ha_release: 0.59 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. +There is currently support for the following device types within Home Assistant: + +- Binary Sensor +- Sensor +- Cover +- Switch +- Scene + ## {% linkable_title Configuration %} To use your Tahoma devices in your installation, add the following to your `configuration.yaml` file: