Replies: 2 comments 1 reply
-
I thought I was going crazy when I could not get this to do what I expected while playing around with sunrise/sunset times and wanting to clear out the manually set values via service call. I am getting the same result here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was a bug, I fixed it in #712. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup an automation to adjust the brightness curve in the evening (I'd rather wait until 7pm for it to start dimming, I'm happy with the color curve).
I'm using adaptive_lighting.change_switch_settings to achieve this. One of my actions is to revert to the settings configured in the AL Integration UI. If my understanding of this service call is correct, using the "use_defaults: configuration" with no other explicit settings should achieve this. Or do I have this completely wrong?
As it stands, if I use the service call below, nothing changes (which is what I would expect if I used the "current" option).
service: adaptive_lighting.change_switch_settings
data:
entity_id: switch.adaptive_lighting_main
use_defaults: configuration
The only way I seem to be able to revert without again explicitly setting the values via adaptive_lighting.change_switch_settings is to reload the integration
home-assistant_adaptive_lighting_2023-06-18T03-09-59.453Z.log
AdaptiveLighting_Configuration.txt
Beta Was this translation helpful? Give feedback.
All reactions