Skip to content

Commit

Permalink
Add four new Aqara button models (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
crhan committed Jul 26, 2020
1 parent 47743e2 commit f0742e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xiaomi_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,17 +260,17 @@ def _discover_devices(self):
'motion', 'sensor_motion', 'sensor_motion.aq2',
'switch', 'sensor_switch', 'sensor_switch.aq2', 'sensor_switch.aq3', 'remote.b1acn01',
'86sw1', 'sensor_86sw1', 'sensor_86sw1.aq1', 'remote.b186acn01',
'86sw2', 'sensor_86sw2', 'sensor_86sw2.aq1', 'remote.b286acn01',
'86sw2', 'sensor_86sw2', 'sensor_86sw2.aq1', 'remote.b286acn01', 'remote.b286acn02',
'cube', 'sensor_cube', 'sensor_cube.aqgl01',
'smoke', 'sensor_smoke',
'natgas', 'sensor_natgas',
'sensor_wleak.aq1',
'vibration', 'vibration.aq1'],
'switch': ['plug',
'ctrl_neutral1', 'ctrl_neutral1.aq1',
'ctrl_neutral2', 'ctrl_neutral2.aq1',
'ctrl_neutral1', 'ctrl_neutral1.aq1', 'switch_b1lacn02',
'ctrl_neutral2', 'ctrl_neutral2.aq1', 'switch_b2lacn02',
'ctrl_ln1', 'ctrl_ln1.aq1',
'ctrl_ln2', 'ctrl_ln2.aq1',
'ctrl_ln2', 'ctrl_ln2.aq1', 'switch_b2nacn02',
'86plug', 'ctrl_86plug', 'ctrl_86plug.aq1'],
'light': ['gateway', 'gateway.v3'],
'cover': ['curtain', 'curtain.aq2', 'curtain.hagl04'],
Expand Down

0 comments on commit f0742e1

Please sign in to comment.