mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Add support for Ecosmart BR30 CCT Bulb A9BR3065WESDZ02 (#3751)
device similar to Ecosmart A19 CCT bulb Co-authored-by: Smithson, Zachary <zachary.smithson@gtri.gatech.edu>
This commit is contained in:
parent
f8d082e18d
commit
249bcff7d1
@ -799,6 +799,7 @@ const mapping = {
|
||||
'CC2530.ROUTER': [cfg.binary_sensor_led],
|
||||
'AA70155': [cfg.light_brightness_colortemp],
|
||||
'A9A19A60WESDZ02': [cfg.light_brightness_colortemp],
|
||||
'A9BR3065WESDZ02': [cfg.light_brightness_colortemp],
|
||||
'4058075816718': [cfg.light_brightness_colortemp_colorxy],
|
||||
'AA69697': [cfg.light_brightness_colortemp_colorxy],
|
||||
'HALIGHTDIMWWE27': [cfg.light_brightness],
|
||||
|
Loading…
Reference in New Issue
Block a user