31 lines
536 B
YAML
Executable File
31 lines
536 B
YAML
Executable File
sleep:
|
|
module: sleep
|
|
class: SleepSetter
|
|
# elevation_limit: -10
|
|
scene: scene.in_bed
|
|
variable: input_boolean.sleeping
|
|
button:
|
|
- Bedroom Button 1
|
|
- Bedroom Button 2
|
|
- Living Room Button
|
|
- Bathroom Button
|
|
|
|
off_apps:
|
|
# - bedroom
|
|
- living_room
|
|
- kitchen
|
|
- bathroom
|
|
- closet
|
|
off_entities:
|
|
- light.patio
|
|
- light.closet
|
|
on_apps:
|
|
- living_room
|
|
- bedroom
|
|
|
|
sleep_tv:
|
|
module: sleep
|
|
class: SleepTV
|
|
sleep_time: input_datetime.tv_sleep_time
|
|
tv: media_player.bedroom_vizio
|