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:
parent
8a2141c78c
commit
c5fbda4a0f
|
@ -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
|
||||
|
|
|
@ -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: >-
|
||||
|
|
Loading…
Reference in New Issue