Add Dresden ballast Homeassistant companion (#3452)

This commit is contained in:
Markus Pfeiffer
2020-05-02 13:33:54 +02:00
committed by GitHub
parent 90d8326e0c
commit 4c57323eae
+2 -1
View File
@@ -886,7 +886,8 @@ const mapping = {
'3216331P5': [cfg.light_brightness_colortemp],
'AC08562': [cfg.light_brightness],
'900008-WW': [cfg.light_brightness],
'Mega23M12': [cfg.light_brightness_colortemp_colorxy],
'Mega23M12': [lightEndpoint('light_brightness_colortemp_colorxy', 'rgb'),
lightEndpoint('light_brightness', 'white')],
'PSS-23ZBS': [cfg.switch],
'HS1SA-M': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low],
'Z01-A19NAE26': [cfg.light_brightness_colortemp],