I’m new at all this, but I shud to bee simpel right?
I have made an Automation were i use time as a trigger to turn_on lights in the morning at school days but it does NOTHING what am i doing wrong.
The time on home assistent logs are right on so?
so it does know the time.
description: ''
trigger:
- platform: time
at: '06:45'
condition:
- condition: state
entity_id: input_boolean.ferie
state: 'off'
action:
- service: light.turn_on
target:
entity_id: light.vaerelse_1
data:
brightness: 255
color_name: white
mode: single```
I have traid whitout condition and it does turn on when i "run action" but not when time is right???
sorry for the spelling I'm Danish and bad at spelling even in Danish 😁
as a test you may temporarily set it for a minute from the moment you are testing so you only need to wait short period to verify the trigger. After confirm test time trigger OK, then set to actual time you want to function for.