Fix goto sleep automation
This commit is contained in:
parent
e1ec6f4baa
commit
7e58a436b6
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: input_boolean.pc_caffeine
|
||||
state: 'off'
|
||||
state: 'on'
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
|
@ -100,7 +100,7 @@
|
|||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: input_boolean.pc_caffeine
|
||||
state: 'off'
|
||||
state: 'on'
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
|
|
Loading…
Reference in a new issue