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