Skip to content

Commit

Permalink
Fix typo of in fp1
Browse files Browse the repository at this point in the history
  • Loading branch information
niceboy committed Apr 23, 2022
1 parent 7256142 commit 39408ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/aqara_gateway/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
}, {
# motion sensor with illuminance
'lumi.sensor_motion.aq2': ["Aqara", "Motion Sensor", "RTCGQ11LM"],
'lumi.motion.ac02': ["Aqara", "Motion Sensor P1", "RTCGQ14LM"],
'params': [
['0.3.85', 'lux', 'illuminance_lux', None],
['0.4.85', 'illumination', 'illuminance', 'sensor'],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aqara_gateway/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def __init__(self, gateway, device, attr):
self._detecting_region = None
self._exits_entrances_region = None
self._interference_region = None
self._monitoring_mdoe = None
self._monitoring_mode = None
self._reverted_mode = None

@property
Expand Down

0 comments on commit 39408ef

Please sign in to comment.