Hello,
I’m switching from Domoticz to Home Assitant (currently the OS in virtualbox) only now I am puzzling with the automating environment that i not get to work.
Probably I am doing something wrong, i used the automating wizard and get the following YAML output based on a timer and a zwave dimmer that i want to turned off on time.
alias: Voordeur lamp uit op tijd
description: ''
trigger:
- platform: time
at: '20:45:00'
condition: []
action:
- type: turn_off
device_id: a63d61f130ac76ced9fb4741e4e10df1
entity_id: light.ad146_in_wall_dimmer_module_level
domain: light
mode: single
But unfortunately this one is not working.
Do i something wrong?