Automation model not work

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?

When you go to Developer Tools -> Templates and enter:

{{ now() }}

Is the time correct?

it can sometimes be that simple, is an hour off

It is accoring to the server 2021-01-04 19:59:00.001208+00:00 but it’s now (at here 2021-01-04 20:59:00) think i must set the time :wink:

Wow! That was a good catch!!