-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual control lights turned on with custom service data #528
base: main
Are you sure you want to change the base?
Manual control lights turned on with custom service data #528
Conversation
I'm not going to make a separate function and pass a mountain of arguments just to do a few checks 🤷 |
@basnijholt Hey the autofill documentation code you implemented works! So beautiful! |
I had forgotten that you started implementing this! I am implementing an option Enabling this will make sure AL doesn't take over when setting a scene, like you did here. |
Any
light.turn_on
events with custom brightness/color data will be set as manually controlled by Adaptive Lighting.Will only work with
light.turn_on
calls inside of HASS, no non-ha switches are supported at this time.