mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix zwave_js Color Switch Device Type discovery for RGB dimmers (#45571)
This commit is contained in:
parent
52c56fdac7
commit
daddb76e1d
@ -111,7 +111,7 @@ DISCOVERY_SCHEMAS = [
|
|||||||
platform="light",
|
platform="light",
|
||||||
device_class_generic={"Multilevel Switch", "Remote Switch"},
|
device_class_generic={"Multilevel Switch", "Remote Switch"},
|
||||||
device_class_specific={
|
device_class_specific={
|
||||||
"Multilevel Tunable Color Light",
|
"Tunable Color Light",
|
||||||
"Binary Tunable Color Light",
|
"Binary Tunable Color Light",
|
||||||
"Multilevel Remote Switch",
|
"Multilevel Remote Switch",
|
||||||
"Multilevel Power Switch",
|
"Multilevel Power Switch",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user