mirror of
https://github.com/nikdoof/homeassistant-blueprints.git
synced 2025-12-22 13:59:24 +00:00
Fix trigger states
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user