Skip to content
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

[BUG] Some of the supported feature in HA have been deprecated #342

Closed
xaviml opened this issue Aug 5, 2021 · 1 comment
Closed

[BUG] Some of the supported feature in HA have been deprecated #342

xaviml opened this issue Aug 5, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xaviml
Copy link
Owner

xaviml commented Aug 5, 2021

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:

office_light:
  module: controllerx
  class: E1810Controller
  controller: livingroom_controller
  integration:
    name: z2m
    listen_to: mqtt
  light: light.livingroom
  supported_features: 191
@xaviml xaviml added the bug Something isn't working label Aug 5, 2021
@xaviml xaviml self-assigned this Aug 5, 2021
@xaviml xaviml changed the title [BUG] [BUG] Some of the supported feature in HA have been deprecated Aug 17, 2021
xaviml added a commit that referenced this issue Aug 19, 2021
@xaviml
Copy link
Owner Author

xaviml commented Aug 26, 2021

This has been fixed in ControllerX v4.15.0.

@xaviml xaviml closed this as completed Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant