Skip to content

Commit

Permalink
Add Aqara T1 relay (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Nov 30, 2020
1 parent a25b61d commit bb21ee6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/xiaomi_gateway3/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,14 @@
'params': [
['13.1.85', None, 'channels', 'sensor']
]
}, {
# without N
'lumi.switch.l0agl1': ["Aqara", "Relay T1", "DLKZMK12LM"],
# with N
'lumi.switch.n0agl1': ["Aqara", "Relay T1", "SSM-U01"],
'params': [
['2.1', '2.1', 'switch', 'switch'],
]
}]

GLOBAL_PROP = {
Expand Down

0 comments on commit bb21ee6

Please sign in to comment.