I’ve googled around and searched the forums and can’t quite find what I’m looking for. I’m trying to use light_profiles.csv to set a default level for all lights based on something my wife is happy with:
I have a mixture of HUE ambient and non-ambient lights. Is there a way for me to set 100% brightness on all lights regardless? When I tried the above, the HUE component failed to load (no such entity as light.kitchen_table, etc etc etc)
Figured it out - seems to work but will test further.
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.setup] Setting up light
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.2 seconds.
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.loader] Loaded light.zwave from homeassistant.components.light.zwave
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.components.light] Setting up light.zwave
2019-02-09 12:58:31 INFO (MainThread) [homeassistant.loader] Loaded hue.light from homeassistant.components.hue.light
2019-02-09 12:58:32 INFO (MainThread) [homeassistant.components.light] Setting up light.hue
Seems if you have the CSV headers in the file, it fails to load the light component. Still needs further testing though.
EDIT: It works. I originally had all_lights set to concentrate and then switched it back to my original values and I can definitely see a difference in the light firing up after restart.