In my configuration.yml
I have
- name: fluxer
platform: flux
lights:
- light.h801_led_01
start_colortemp: 6000
sunset_colortemp: 2700
stop_colortemp: 2000
disable_brightness_adjust: True
mode: mired
and in my customize.yaml
:
switch.fluxer:
friendly_name: Fluxer
initial_state: on
And yet every time I restart home assistant, fluxer is off…
is there some way to make Fluxer automatically turn on when home assistant starts?