FR: Proportional Adjustment of Brightness per Bulb in async_turn_on #428
Julien-Decoen
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
I’ve implemented this feature in PR #429, along with some simplifications to the devcontainer. Let me know if it works well on your end or if adjustments are needed. Happy to hear your thoughts! |
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
-
Hello there,
In the async_turn_on method of MA, I’d like to propose an enhancement: when adjusting the room's brightness, rather than setting each bulb to the same brightness level, we could calculate the difference between the current room brightness and the desired level. This difference would then be applied proportionally across each bulb, allowing for a more balanced and natural lighting adjustment.
I’ve already implemented this on my fork, so I’d be happy to handle the coding if we decide to move forward with this approach.
Looking forward to your thoughts!
Lou_Juicy
Beta Was this translation helpful? Give feedback.
All reactions