2019-02-06 03:31:15 +00:00
|
|
|
heat_set:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Heat set
|
2020-02-17 09:15:21 +00:00
|
|
|
description: Set heating/cooling level for eight sleep.
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
duration:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Duration
|
2020-04-05 15:27:16 +00:00
|
|
|
description: Duration to heat/cool at the target level in seconds.
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 28800
|
|
|
|
unit_of_measurement: seconds
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Entity
|
2020-04-05 15:27:16 +00:00
|
|
|
description: Entity id of the bed state to adjust.
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: eight_sleep
|
|
|
|
domain: sensor
|
2020-04-05 15:27:16 +00:00
|
|
|
target:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Target
|
2020-04-05 15:27:16 +00:00
|
|
|
description: Target cooling/heating level from -100 to 100.
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: -100
|
|
|
|
max: 100
|
2022-03-30 07:48:06 +00:00
|
|
|
unit_of_measurement: "°"
|