Closed marcelveldt closed 1 month ago
Kamino cloned this issue to zwave-js/certification-backlog
We're missing a discovery schema for this light as it is on/off only (no dimming) but with color support
It looks like this combination is not supported by the light platform, so we'll have to fake it with a dimmable light:
https://github.com/home-assistant/core/pull/122639 adds support for this. In this combination it does actually make sense to preserve the brightness slider in HA, as it allows mixing the color values with the brightness to achieve a lower light output.
We've temporarily reverted the PR that fixed this issue.
Transferred issue from AlCalzone
As I'm going through the certification tests, I got stuck on the same issue that was reported in https://github.com/home-assistant/core/issues/80445 previously. A test device in the certification test suite uses Binary Switch CC + Color Switch CC, so On/Off + tunable color. In this case, the end user is not able to change the color, as there is only an On/Off toggle.