- Fix boolean values

This commit is contained in:
nwithan8 2023-03-29 00:03:59 -06:00
parent 4067203b6b
commit 430e1cbec6
1 changed files with 2 additions and 2 deletions

View File

@ -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: []