We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Home Assistant has deprecated some of the supported features from light integration: https://github.com/home-assistant/core/blob/26cb588ee2d54088d5750d9492057d8a7fe30592/homeassistant/components/light/__init__.py#L42
For this reason the color light might not work.
While this bug is being fixed, the workaround is to manually set a value for supported_features like:
office_light: module: controllerx class: E1810Controller controller: livingroom_controller integration: name: z2m listen_to: mqtt light: light.livingroom supported_features: 191
The text was updated successfully, but these errors were encountered:
fix(light_controller): read from supported_color_modes instead of `…
supported_color_modes
cc23733
…supported_features` related to #342
This has been fixed in ControllerX v4.15.0.
Sorry, something went wrong.
xaviml
No branches or pull requests
Bug report
Description
Home Assistant has deprecated some of the supported features from light integration: https://github.com/home-assistant/core/blob/26cb588ee2d54088d5750d9492057d8a7fe30592/homeassistant/components/light/__init__.py#L42
For this reason the color light might not work.
Additional Context
While this bug is being fixed, the workaround is to manually set a value for supported_features like:
The text was updated successfully, but these errors were encountered: