From c3597895318f1b9d5671e35c4a0836f2f2faf146 Mon Sep 17 00:00:00 2001 From: mezz64 <2854333+mezz64@users.noreply.github.com> Date: Tue, 4 Jan 2022 07:22:19 -0500 Subject: [PATCH] Update Eight Sleep Docs (#20017) --- source/_integrations/eight_sleep.markdown | 41 ++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/source/_integrations/eight_sleep.markdown b/source/_integrations/eight_sleep.markdown index c0eed2c3ab3..3b6ac35ebc0 100644 --- a/source/_integrations/eight_sleep.markdown +++ b/source/_integrations/eight_sleep.markdown @@ -56,12 +56,47 @@ partner: ### Supported features -Sensors: +Sensors and associated attributes: - eight_left/right_bed_state + - Attributes: + - Target Heating Level + - Heating Active + - Heating Time Remaining - eight left/right_sleep_fitness + - Attributes: + - Fitness Date + - Fitness Duration Score + - Fitness Asleep Score + - Fitness Out-of-Bed Score + - Fitness Wakeup Score - eight_left/right_sleep_session + - Attributes: + - Session Start + - Tosses & Turns + - Processing (True/False) + - Time Slept (s) + - Light Sleep % + - Deep Sleep % + - REM Sleep % + - Respiratory Rate + - Heart Rate + - Sleep Stage + - Room Temperature + - Bed Temperature - eight_left/right_previous_sleep_session + - Attributes: + - Session Start + - Tosses & Turns + - Processing (True/False) + - Time Slept (s) + - Light Sleep % + - Deep Sleep % + - REM Sleep % + - Average Respiratory Rate + - Average Heart Rate + - Average Room Temperature + - Average Bed Temperature - eight_left/right_bed_temperature - eight_left/right_sleep_stage - eight_room_temperature @@ -93,3 +128,7 @@ script: target: 35 duration: 3600 ``` + +### Notice + +Please note this component relies on an undocumented API utilized by the Eight Sleep mobile app to communicate with the Eight Sleep servers. It is not supported by Eight Sleep and may malfunction if changes are made to either the mobile app operation or the API format.