Time trigger in automation does not trigger turn_on?

Hello

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 😁

not sure if it matter but try time 00:06:45.

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.

That is six minutes past midnight.
I believe OP wanted fifteen minutes to seven.

So if anything, then 06:45:00 but I doubt it.

Can you show us the input booleans history? What sets the boolean, an automation? Post it.

did you put ‘’’ after single by mistake when posting?
if not should be removed

@hellis81 is correct. xx:xx format is valid