-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Since updating to HA 2025.3 brightness is no longer exposed for lights that does not include supported_color_modes. #37763
Comments
Hey there @emontnemery, @jbouwh, @bdraco, mind taking a look at this feedback as it has been labeled with an integration ( Code owner commandsCode owners of
|
See home-assistant/core#136996 This is something to be solved in Zigbee2Mqtt. |
home-assistant/core#139585 will allow to use the |
I do agree that the actual fix for our current issue should be in Z2M. Either way, it was just a suggestion :).
Well then it gets sorted either way, it's not a perfect solution since the features are spread out but it's more in line with how the config expects certain features to be there regardless (for instance brightness is assumed if xy and color_temp is included in color_modes). I'm going to close this, this is fine. I appreciate your time to look into this and your reply, thank you. |
Feedback
The current documentation states the following:
First, I'd like to suggest an addendum to this stating that it is not really optional (debatable though, if it's not included the light will only expose on/off) if the light has any feature, brightness for instance.
Secondly, I'd like to argue that the behavior of this is not exactly logical. Onoff and brightness should not be called color_mode.
Also, if the light support any feature so Z2M (for instance) includes this array, say color_temp, then brightness also works even if not included (since brightness must be the only value if included). I'm guessing that brightness is assumed if any feature is included here.
Some clarification on the two caveats above should be included in my opinion.
My suggested edit in bold:
supported_color_modes list (Optional)
A list of color modes supported by the light. Possible color modes are onoff, brightness, color_temp, hs, xy, rgb, rgbw, rgbww, white. Note that if onoff or brightness are used, that must be the only value in the list.
Note that this is not optional for lights only supporting brightness.
Default value if omitted is onoff only.
Note that if color_temp, hs, xy, rgb, rgbw, rgbww is used, brightness is assumed to also be supported.
URL
https://www.home-assistant.io/integrations/light.mqtt/
Version
2025.2.5
Additional information
No response
The text was updated successfully, but these errors were encountered: