adaptive-lighting
adaptive-lighting copied to clipboard
Adaptive Lighting custom component for Home Assistant
The current sunset/sunrise is pretty boring, even when using RGB mode. I have three RGB lights and used manually scenes I switched through for a nice sunset/sunrise effect. Is there...
Hi, i use a input_datetime helper in HA for my morning routine. All my morning routine adjusts to this time. I would love to have adaptive-lighting also dynamically set the...
I was wondering if you could consider allowing adjustment of the horizon for max brightness and min color temp. Right now it is at sunrise and sunset without the ability...
I currently have a couple of automations which make my lights go on when the room gets darker, because I want more control than the brightness switch provides. I do...
I'm using two 60 W (real watts) LEDs with daylight temperature to boost the brightness in the room to create bright enough lighting even in winter. They are pointed at...
It would be nice if the adaptive lighting could take a brightness sensor into account. Placed correctly it should be possible to dim the lights automatically based on the natural...
Currently, white_value and brightness are set to identical values: ``` if "brightness" in features and adapt_brightness: brightness = round(255 * self._settings["brightness_pct"] / 100) service_data[ATTR_BRIGHTNESS] = brightness if "white_value" in features...
with my custom esphome based lights, adaptive lighting sends a setting like this ``` [00:46:58][D][light:265]: 'Computer Light' Setting: [00:46:58][D][light:278]: Brightness: 7% [00:46:58][D][light:282]: Color Temperature: 500.0 mireds [00:46:58][D][light:287]: Red=100%, Green=100%, Blue=100%...
Hi, I love Adaptive Lighting, it's great and all the options work amazing, thanks for all the hard work. I had an idea : In the UI you can set...
First of all thanks for creating this custom component. It is miles better than creating a custom node-red automation, however is there to possibility to change the settings for different...