Had an auto-lock feature working great; would re-lock the front door after 2 minutes. Calling the service lock.lock on my front door works as expected but the automation won’t trigger. I created it in the Automation UI editor just to make sure my syntax was correct but still no luck. How can I troubleshoot it? @ptdalen other than the double underscores in your locks package were there any other breaking changes you had to address?
- id: '1550159043759'
alias: Auto Lock Front Door
trigger:
- entity_id: lock.lock_front_door_lock
for: 00:02:00
from: locked
platform: state
to: unlocked
condition: []
action:
- data:
entity_id: lock.lock_front_door_lock
service: lock.lock