From e9be401d1d29dc02b1436012c215bbaa18a3781b Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sat, 16 Feb 2019 00:38:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Hive=20compone?= =?UTF-8?q?nt=20pages=20(#8601)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚜 Merges/Redirect Hive component pages * :pencil2: Tweak --- .../_components/binary_sensor.hive.markdown | 25 ------- source/_components/climate.hive.markdown | 32 --------- source/_components/hive.markdown | 66 +++++++++++++++++-- source/_components/light.hive.markdown | 30 --------- source/_components/sensor.hive.markdown | 28 -------- source/_components/switch.hive.markdown | 24 ------- 6 files changed, 60 insertions(+), 145 deletions(-) delete mode 100644 source/_components/binary_sensor.hive.markdown delete mode 100644 source/_components/climate.hive.markdown delete mode 100644 source/_components/light.hive.markdown delete mode 100644 source/_components/sensor.hive.markdown delete mode 100644 source/_components/switch.hive.markdown diff --git a/source/_components/binary_sensor.hive.markdown b/source/_components/binary_sensor.hive.markdown deleted file mode 100644 index c39ea49f7c8..00000000000 --- a/source/_components/binary_sensor.hive.markdown +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: page -title: "Hive Binary Sensor" -description: "Instructions on how to integrate Hive Sensors with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: hive.png -ha_category: Binary Sensor -ha_release: 0.59 -ha_iot_class: "Cloud Polling" ---- - -The `hive` binary sensor component integrates your Hive sensors into Home Assistant. - -The platform supports the following Hive products: - -- Hive Window or Door Sensor -- Hive Motion Sensor - -

-Full configuration details can be found on the main [Hive component](/components/hive/) page. -

diff --git a/source/_components/climate.hive.markdown b/source/_components/climate.hive.markdown deleted file mode 100644 index 12f46885533..00000000000 --- a/source/_components/climate.hive.markdown +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: page -title: "Hive Thermostat" -description: "Instructions on how to integrate Hive thermostat(s) with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: hive.png -ha_category: Climate -ha_release: 0.59 -ha_iot_class: "Cloud Polling" ---- - - -The `hive` climate platform integrates your Hive thermostat and hot water into Home Assistant, enabling control of setting the **mode** and setting the **target temperature**. - -A short boost for Hive Heating or Hive Hot water can be set by using the **Aux Heat** function, this will turn on the boost feature for Hive Heating or Hive Hot water for 30 minutes at 0.5 degrees higher than the current temperature. - -The platform supports the following Hive products: - -- Hive Active Heating -- Hive Multizone -- Hot water control - - -

-Full configuration details can be found on the main [Hive component](/components/hive/) page. -

- - diff --git a/source/_components/hive.markdown b/source/_components/hive.markdown index 4815bcf7942..1c6b2183c3c 100644 --- a/source/_components/hive.markdown +++ b/source/_components/hive.markdown @@ -8,17 +8,34 @@ comments: false sharing: true footer: true logo: hive.png -ha_category: Hub +ha_category: + - Hub + - Binary Sensor + - Climate + - Light + - Sensor + - Switch ha_release: 0.59 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/binary_sensor.hive/ + - /components/climate.hive/ + - /components/light.hive/ + - /components/sensor.hive/ + - /components/switch.hive/ --- - The `hive` component is the main component to set up and integrate all supported Hive devices. Once configured with the minimum required details it will detect and add all your Hive devices into Home Assistant, including support for multizone heating. This component uses the unofficial API used in the official Hive website [https://my.hivehome.com](https://my.hivehome.com), and you will need to use the same Username and Password you use on the Hive website to configure this Hive component in Home Assistant. +There is currently support for the following device types within Home Assistant: +- [Binary Sensor](#binary-sensor) +- [Climate](#climate) +- [Light](#light) +- [Sensor](#sensor) +- [Switch](#switch) To add your Hive devices into your Home Assistant installation, add the following to your `configuration.yaml` file: @@ -45,13 +62,50 @@ scan_interval: default: 2 {% endconfiguration %} +## {% linkable_title Binary Sensor %} -The Hive Home Assistant platform currently supports the following Hive devices: +The `hive` binary sensor component integrates your Hive sensors into Home Assistant. + +The platform supports the following Hive products: + +- Hive Window or Door Sensor +- Hive Motion Sensor + +## {% linkable_title Climate %} + +The `hive` climate platform integrates your Hive thermostat and hot water into Home Assistant, enabling control of setting the **mode** and setting the **target temperature**. + +A short boost for Hive Heating or Hive Hot water can be set by using the **Aux Heat** function, this will turn on the boost feature for Hive Heating or Hive Hot water for 30 minutes at 0.5 degrees higher than the current temperature. + +The platform supports the following Hive products: + +- Hive Active Heating +- Hive Multizone +- Hot water control + +## {% linkable_title Light %} + +The `hive` light platform integrates your Hive lights into Home Assistant, enabling control of various settings, depending on the model light. + +The platform supports the following Hive products: -- Hive Active Heating (including hot water and Hive Multizone) - Hive Active Light Dimmable - Hive Active Light Cool to Warm White - Hive Active Light Color Changing + +## {% linkable_title Sensor %} + +The `hive` sensor component exposes Hive data as a sensor. + +The platform exposes the following sensors: + +- Hive Hub Online Status +- Hive Outside Temperature + +## {% linkable_title Switch %} + +The `hive` switch platform integrates your Hive plugs into Home Assistant, enabling control of your devices. + +The platform supports the following Hive products: + - Hive Active Plug -- Hive Window or Door Sensor -- Hive Motion Sensor diff --git a/source/_components/light.hive.markdown b/source/_components/light.hive.markdown deleted file mode 100644 index 44221f63711..00000000000 --- a/source/_components/light.hive.markdown +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: page -title: "Hive Light" -description: "Instructions on how to integrate Hive lights with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: hive.png -ha_category: Light -ha_release: 0.59 -ha_iot_class: "Cloud Polling" ---- - - -The `hive` light platform integrates your Hive lights into Home Assistant, enabling control of various settings, depending on the model light. - -The platform supports the following Hive products: - -- Hive Active Light Dimmable -- Hive Active Light Cool to Warm White -- Hive Active Light Color Changing - - -

-Full configuration details can be found on the main [Hive component](/components/hive/) page. -

- - diff --git a/source/_components/sensor.hive.markdown b/source/_components/sensor.hive.markdown deleted file mode 100644 index 0d4d087516f..00000000000 --- a/source/_components/sensor.hive.markdown +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: page -title: "Hive Sensor" -description: "Instructions on how to integrate Hive Sensors with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: hive.png -ha_category: Sensor -ha_release: 0.59 -ha_iot_class: "Cloud Polling" ---- - - -The `hive` sensor component exposes Hive data as a sensor. - -The platform exposes the following sensors: - -- Hive Hub Online Status -- Hive Outside Temperature - -

-Full configuration details can be found on the main [Hive component](/components/hive/) page. -

- - diff --git a/source/_components/switch.hive.markdown b/source/_components/switch.hive.markdown deleted file mode 100644 index 9c66e4bb93d..00000000000 --- a/source/_components/switch.hive.markdown +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: page -title: "Hive Switch" -description: "Instructions on how to integrate Hive Plugs with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: hive.png -ha_category: Switch -ha_release: 0.59 -ha_iot_class: "Cloud Polling" ---- - -The `hive` switch platform integrates your Hive plugs into Home Assistant, enabling control of your devices. - -The platform supports the following Hive products: - -- Hive Active Plug - -

-Full configuration details can be found on the main [Hive component](/components/hive/) page. -