Minor update to make sure the amp doesn't turn off the music when we are in guest mode and it hits 10 o clock.

This commit is contained in:
CCOSTAN 2024-10-19 17:03:16 +00:00
parent 8a2141c78c
commit c5fbda4a0f
2 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,6 @@
minutes: 30
condition:
- condition: time
after: '09:29:00'
before: '21:30:00'
- condition: or #Either we are home or Guest_Mode is on.
conditions:
- condition: state

View File

@ -12,6 +12,8 @@
at: '22:00:00'
action:
- wait_template: >-
{{ not is_state('input_boolean.guest_mode', 'on') or is_state('group.bed', 'on') }}
- wait_template: >-
{{ not is_state('media_player.livingroomCC', 'playing') }}
- wait_template: >-