Make it a bit easier to sleep when there is only one in bed.

This commit is contained in:
ccostan 2023-04-18 15:36:59 -04:00
parent e897a1c6a7
commit a9685102bc
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
2023.4.0
2023.4.5

View File

@ -48,7 +48,11 @@
entity_id: input_boolean.good_night
- service: homeassistant.turn_off
entity_id: group.outdoor_seasonal
- service: homeassistant.turn_off
entity_id: switch.kitchen_accent_2
- service: homeassistant.turn_off
entity_id: group.master_bathroom_accents
- service: script.interior_off
- wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"