Hi
I have just started playing with Home Assistant and am trying to implement a timer. It should be easy but I cannot figure out what I have done wrong.
My /config/automations.yaml looks like this
- id: '1631111223314'
alias: washerOn
description: ''
trigger:
- platform: event
event_type: timer_finished
event_data:
entity_id: timer.10sec
condition: []
action:
- type: toggle
device_id: 204d749d27b4bb09d2ad264db25ea7c5
entity_id: switch.75216207e0980600b01f
domain: switch
mode: single
I cannot get the trigger to work, I have a card to display the timer and it counts down but nothing happens when it reaches zero. I can manually run the automation and it toggles the output, I must just be reading the documentation wrong.
any help much appreciated
Thanks
Mark