I have configured lights in configuration.yaml
# Lights light: platform: limitlessled bridges: - host: 192.168.1.144 groups: - number: 1 type: rgbw name: Livingroom - number: 4 type: rgbw name: TV
How can I set default color and brightness of the light? Because when Home Assistant reboots it resets the lights to white.
There is currently no way to set the default.
Would there be way i can send a command upon startup to change it after HA has finished loading?