From b0cd63f6b2d434782d495ab1f41504ec210d2332 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 12 Feb 2019 19:36:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Eight=5Fsleep?= =?UTF-8?q?=20component=20pages=20(#8513)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../binary_sensor.eight_sleep.markdown | 18 ------------------ source/_components/eight_sleep.markdown | 15 +++++++++++++-- .../_components/sensor.eight_sleep.markdown | 19 ------------------- 3 files changed, 13 insertions(+), 39 deletions(-) delete mode 100644 source/_components/binary_sensor.eight_sleep.markdown delete mode 100644 source/_components/sensor.eight_sleep.markdown diff --git a/source/_components/binary_sensor.eight_sleep.markdown b/source/_components/binary_sensor.eight_sleep.markdown deleted file mode 100644 index 4aaa5d3b81d..00000000000 --- a/source/_components/binary_sensor.eight_sleep.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Eight Sleep Binary Sensor" -description: "Instructions on how to integrate binary motion sensors for Eight Sleep within Home Assistant." -date: 2017-04-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: eight_sleep.png -ha_category: Health -ha_release: "0.44" -ha_iot_class: "Cloud Polling" ---- - -The `eight_sleep` binary sensor platform lets you observe the presence state of a [Eight Sleep](https://eightsleep.com/) cover/mattress through Home Assistant. - -Devices will be configured automatically. Please refer to the [`eight_sleep` component](/components/eight_sleep/) configuration on how to setup. diff --git a/source/_components/eight_sleep.markdown b/source/_components/eight_sleep.markdown index a014716a649..1103bc328a6 100644 --- a/source/_components/eight_sleep.markdown +++ b/source/_components/eight_sleep.markdown @@ -8,13 +8,24 @@ comments: false sharing: true footer: true logo: eight_sleep.png -ha_category: Health +ha_category: + - Health + - Binary Sensor + - Sensor ha_release: "0.44" ha_iot_class: "Cloud Polling" +redirect_from: + - /components/binary_sensor.eight_sleep/ + - /components/sensor.eight_sleep/ --- The `eight_sleep` component allows Home Assistant to fetch data from your [Eight Sleep](https://eightsleep.com/) smart cover or mattress. +There is currently support for the following device types within Home Assistant: + +- Binary Sensor - lets observe the presence state of a [Eight Sleep](https://eightsleep.com/) cover/mattress through Home Assistant. +- Sensor - This includes bed state and results of the current and previous sleep sessions. + ## {% linkable_title Configuration %} It's setup utilizing 'Sensor' platform to convey the current state of your bed and results of your sleep sessions and a 'Binary Sensor' platform to indicate your presence in the bed. A service is also provided to set the heating level and duration of the bed. @@ -82,4 +93,4 @@ script: entity_id: "sensor.eight_left_bed_state" target: 35 duration: 3600 -``` +``` diff --git a/source/_components/sensor.eight_sleep.markdown b/source/_components/sensor.eight_sleep.markdown deleted file mode 100644 index 23e4ce46ed2..00000000000 --- a/source/_components/sensor.eight_sleep.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Eight Sleep Sensor" -description: "Instructions on how to integrate sensors for Eight Sleep within Home Assistant." -date: 2017-04-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: eight_sleep.png -ha_category: Health -ha_release: "0.44" -ha_iot_class: "Cloud Polling" ---- - - -The `eight_sleep` sensor platform lets you observe states of [Eight Sleep](https://eightsleep.com/) sensors through Home Assistant. This includes bed state and results of the current and previous sleep sessions. - -Devices will be configured automatically. Please refer to the [component](/components/eight_sleep/) configuration on how to setup.