Automatyzacja problem z kolorem swiatła

alias: budzik 
description: dziala
trigger:
  - platform: time
    at: input_datetime.alarmed
condition:
  - condition: and
    conditions:
      - condition: state
        entity_id: input_boolean.alarmedtoggle
        state: 'on'
action:
  - service: light.turn_on
    data:
      color_name: white
    target:
      entity_id: light.24330111600194f7fe5f
      device_id: af2ec9c02c888d93a02b9f59d22ab16a
  - delay:
      hours: 0
      minutes: 5
      seconds: 0
      milliseconds: 0
  - type: turn_off
    device_id: af2ec9c02c888d93a02b9f59d22ab16a
    entity_id: light.24330111600194f7fe5f
    domain: light
mode: single

Problem mam taki ze uruchamia się taki kolor światła(żarówka kolorowa) jaki był zgaszony poprzedniego dnia a nie biały. Wszystko robione w szablonie HA.
Jak to naprawić ?