Skip to content

Commit 32cbb38

Browse files
authored
Eight Sleep, add POD support, sleep fitness sensor (#12105)
1 parent 539984e commit 32cbb38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/_integrations/eight_sleep.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The `eight_sleep` integration allows Home Assistant to fetch data from your [Eig
1717
There is currently support for the following device types within Home Assistant:
1818

1919
- 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.
2121

2222
## Configuration
2323

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).
2525

2626
You must have at least two sleep sessions recorded in the Eight Sleep app prior to setting up the Home Assistant component.
2727

@@ -55,6 +55,7 @@ partner:
5555
Sensors:
5656
5757
- eight_left/right_bed_state
58+
- eight left/right_sleep_fitness
5859
- eight_left/right_sleep_session
5960
- eight_left/right_previous_sleep_session
6061
- eight_left/right_bed_temperature
@@ -67,13 +68,13 @@ Binary Sensors:
6768
6869
### Service `heat_set`
6970

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).
7172

7273
| Service data attribute | Optional | Description |
7374
| ---------------------- | -------- | ----------- |
7475
| `entity_id` | no | Entity ID of bed state to adjust.
75-
| `target` | no | Target heating level from 0-100.
76-
| `duration` | no | Duration to heat at the target level in seconds.
76+
| `target` | no | Target cooling/heating level from -100 to 100.
77+
| `duration` | no | Duration to cool/heat at the target level in seconds.
7778

7879
Script Example:
7980

0 commit comments

Comments
 (0)