Delay before light is marked as manually_controlled #909
Unanswered
DiederikvandenB
asked this question in
Q&A
Replies: 1 comment
-
Here's my debug log. At this point, both the AL switch and the light are already turned on. Result of manually changing the light's brightness:
And a little over a minute later, the light is marked as manually controlled:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a custom lovelace card for AL. In my current setup, I have one light (
light.bedroom_ceiling_light
) added to the integration. The config:Now, with the AL switch toggled on and the light on, I send a
light.turn_on
service call to change the brightness. I am expecting either the AL switch to be immediately disabled, or for the specific light to be immediately added to theattributes.manual_control
list.In reality, nothing changes immediately, but after a while (maybe on the next interval?) the light is added to the
manual_control
list. I need this value to change immediately as I use these fields to show an (in-)active state for certain buttons in my lovelace card.Of course, I can easily make an automation which manually adds the light to the
manual_control
list, but I thought this was already implemented in this integration. Long story short: is this a config/user error on my side, or does my use case indeed call for the manual service call (adaptive_lighting.set_manual_control
)?Beta Was this translation helpful? Give feedback.
All reactions