🚜 Merges/Redirect Eight_sleep component pages (#8513)

This commit is contained in:
Klaas Schoute 2019-02-12 19:36:08 +01:00 committed by Franck Nijhof
parent f117acb312
commit b0cd63f6b2
3 changed files with 13 additions and 39 deletions

View File

@ -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.

View File

@ -8,13 +8,24 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: eight_sleep.png logo: eight_sleep.png
ha_category: Health ha_category:
- Health
- Binary Sensor
- Sensor
ha_release: "0.44" ha_release: "0.44"
ha_iot_class: "Cloud Polling" 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. 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 %} ## {% 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. 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.

View File

@ -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.