Skip to content

Commit 0e8e39e

Browse files
author
niceboy
committed
Add Aqara Single and Double Wall Switch H2
1 parent a9867f2 commit 0e8e39e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • custom_components/aqara_gateway/core

custom_components/aqara_gateway/core/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@
10691069
# with neutral wire
10701070
'lumi.switch.acn048': ["Aqara", "Single Wall Switch Z1", "ZNQBKG38LM"], # @justbin95
10711071
'lumi.switch.acn056': ["Aqara", "Canon Smart Wall Switch Z1 Pro (Single-button Version)", "ZNQBKG42LM"],
1072+
'lumi.switch.agl004': ["Aqara", "Single Wall Switch H2 US", "WS-K02E"],
10721073
'params': [
10731074
['0.12.85', 'load_power', 'power', 'sensor'],
10741075
['0.13.85', None, 'consumption', 'sensor'],
@@ -1080,6 +1081,7 @@
10801081
# with neutral wire
10811082
'lumi.switch.acn047': ["Aqara", "Double Wall Switch Z1", "ZNQBKG37LM"], # @justbin95
10821083
'lumi.switch.acn057': ["Aqara", "Canon Smart Wall Switch Z1 Pro (Double-button Version)", "ZNQBKG43LM"],
1084+
'lumi.switch.agl005': ["Aqara", "Double Wall Switch H2 US", "WS-K03E"],
10831085
'params': [
10841086
['0.12.85', 'load_power', 'power', 'sensor'],
10851087
['0.13.85', None, 'consumption', 'sensor'],

0 commit comments

Comments
 (0)