hass-circadian_lighting icon indicating copy to clipboard operation
hass-circadian_lighting copied to clipboard

Circadian Lighting custom component for Home Assistant

Results 110 hass-circadian_lighting issues
Sort by recently updated
recently updated
newest added

E.g. allow `max_brightness` to be set from an input slider, etc. https://community.home-assistant.io/t/circadian-lighting-custom-component/61246/530

enhancement

The lights on one side of my house should have a different offset than the lights on the other side, but as far as I can tell offsets can only...

I've a few scripts that turn lights on with a transition, e.g. ``` service: light.turn_on entity_id: light.living_space_lights data: brightness: 255 transition: 900 ``` (I have disabled the brightness adjustment in...

https://github.com/claytonjn/hass-circadian_lighting/wiki/Additional-Functionality It might be worth including extra examples to use RGB, XY and mireds as well as the normal Kelvin colour temperatures. something like the below, or even split them...

Would it be possible to replace the Sun for a Luminosity sensor for a more accurate interior brightness calculation?

enhancement

Just leaving this here for feedback. Inspired by #114, I have heavily simplified the setup. Now it's just a single switch that can take all of the settings. I plan...

After adding circadian_lighting to my configuration.yaml ```switch: - platform: circadian_lighting lights_xy: - light.0x680ae2fffe161079_light ``` i recive the error in my main log: ```2020-09-27 20:32:53 WARNING (MainThread) [homeassistant.loader] You are using...

Hi All, I'm struggling now for weeks how to manage some things: I use scenes for some moments (halloween at this moment months October, Christmas, kingsday (Netherlands)), then my lights...

Home Assistant now can log the application, automation, script, etc that makes a particular change to an entity. Could you please implement this functionality into CL so that it can...

Add option for “differential threshold” which would disable Circadian Lighting if lights are set to a color too far away from the appropriate circadian color temperature. This unique idea provided...

enhancement