I cant get my device to shift sate at specific time.
It will not trig on the code bellow.
if I press the execute button the unit turns off , but the time dont trigg.
What is missing for me ?
- id: '1603121172490'
alias: turn off module at specific time
description: ''
trigger:
- platform: time
at: '21:20:00'
condition: []
action:
- type: turn_off
device_id: e33ddd6d111e11eba0c529e0a3da0fe3
entity_id: switch.utvecklinsmodul_internal_led
domain: switch
mode: restart
For the benefit of other users, please consider marking my post (above) with the Solution tag.
By doing this, it will automatically place a check-mark next to the topic’s title which signals to other users that this topic has an accepted solution. In addition, a link is placed under your first post and leads to the Solution post.
All of this helps other users find answers to similar questions.