- Fix boolean values
This commit is contained in:
parent
4067203b6b
commit
430e1cbec6
|
@ -33,12 +33,12 @@ trigger:
|
|||
entity_id: !input sensor
|
||||
for: !input duration
|
||||
platform: state
|
||||
to: "off"
|
||||
to: "False"
|
||||
|
||||
- id: "on"
|
||||
entity_id: !input sensor
|
||||
platform: state
|
||||
to: "on"
|
||||
to: "True"
|
||||
|
||||
condition: []
|
||||
|
||||
|
|
Loading…
Reference in New Issue