Fix trigger states

This commit is contained in:
2021-01-22 20:08:26 +00:00
parent 2f9f15cb37
commit 01e31de69c

View File

@@ -41,10 +41,10 @@ max_exceeded: silent
trigger:
- platform: state
entity_id: !input "motion_sensor"
to: on
to: 'on'
- platform: state
entity_id: !input "motion_sensor"
to: off
to: 'off'
for:
seconds: !input timeout
action: