mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-26 20:50:07 +00:00
Fix AC08559 missing Home Assistant colorxy mapping. #2966
This commit is contained in:
@@ -971,7 +971,7 @@ const mapping = {
|
||||
switchWithPostfix('top_right'), switchWithPostfix('center_right'), switchWithPostfix('bottom_right'),
|
||||
],
|
||||
'3306431P7': [cfg.light_brightness_colortemp],
|
||||
'AC08559': [cfg.light_brightness_colortemp],
|
||||
'AC08559': [cfg.light_brightness_colortemp_colorxy],
|
||||
'LVS-ZB15S': [cfg.switch],
|
||||
'LZL4BWHL01': [cfg.sensor_action],
|
||||
'2AJZ4KPKEY': [cfg.sensor_click, cfg.sensor_battery],
|
||||
|
||||
Reference in New Issue
Block a user