You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/eight_sleep.markdown
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ The `eight_sleep` integration allows Home Assistant to fetch data from your [Eig
17
17
There is currently support for the following device types within Home Assistant:
18
18
19
19
- Binary Sensor - lets observe the presence state of a [Eight Sleep](https://eightsleep.com/) cover/mattress through Home Assistant.
20
-
- Sensor - This includes bed state and results of the current and previous sleep sessions.
20
+
- Sensor - This includes bed state, sleep fitness scores, and results of the current and previous sleep sessions.
21
21
22
22
## Configuration
23
23
24
-
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.
24
+
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 cooling/heating level and duration of the bed (cooling is only available for the POD mattress).
25
25
26
26
You must have at least two sleep sessions recorded in the Eight Sleep app prior to setting up the Home Assistant component.
27
27
@@ -55,6 +55,7 @@ partner:
55
55
Sensors:
56
56
57
57
- eight_left/right_bed_state
58
+
- eight left/right_sleep_fitness
58
59
- eight_left/right_sleep_session
59
60
- eight_left/right_previous_sleep_session
60
61
- eight_left/right_bed_temperature
@@ -67,13 +68,13 @@ Binary Sensors:
67
68
68
69
### Service `heat_set`
69
70
70
-
You can use the service eight_sleep/heat_set to adjust the target heating level and heating duration of your bed.
71
+
You can use the service eight_sleep/heat_set to adjust the target cooling/heating level and heating duration of your bed (cooling is only available for the POD mattress).
71
72
72
73
| Service data attribute | Optional | Description |
0 commit comments