Skip to content

Commit

Permalink
Add Aqara RGBW LED Dimmer.
Browse files Browse the repository at this point in the history
  • Loading branch information
niceboy committed Jul 5, 2021
1 parent 3731106 commit 8ca47ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/aqara_gateway/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
'params': [
['4.1.85', 'power_status', 'light', 'light'],
['14.1.85', 'light_level', 'brightness', None],
['14.7.85', None, 'dynamic', None],
]
}, {
# light with brightness and color temp
Expand All @@ -218,6 +219,21 @@
['14.1.85', 'light_level', 'brightness', None],
['14.2.85', 'colour_temperature', 'color_temp', None]
]
}, {
# light with brightness and color temp
'lumi.dimmer.rcbac1': ["Aqara", "RGBW LED Dimmer", "ZNDDMK11LM"], # @Kris
'params': [
['1.10.85', None, 'present_mode', None],
['0.12.85', 'load_power', 'power', 'sensor'],
['4.1.85', 'power_status', 'light', None],
['14.1.85', 'light_level', 'brightness', None],
['14.2.85', 'colour_temperature', 'color_temp', None],
['14.8.85', 'rgb_color', 'rgb_color', None],
['14.11.85', None, 'dual_color_temperature_mode', None],
[None, 'hs_color', 'hs_color', 'light'],
['8.0.2022', None, 'ambilight', None],
['8.0.2150', None, 'dynamic', None],
]
}, {
# button switch, no retain
'lumi.sensor_switch': ["Xiaomi", "Button", "WXKG01LM"],
Expand Down

0 comments on commit 8ca47ad

Please sign in to comment.