Skip to content

Commit cc11791

Browse files
authored
Fix Aqara high precision motion sensor not detecting motion (#3091)
1 parent 54e44b3 commit cc11791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zhaquirks/xiaomi/aqara/motion_agl04.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
)
2020
from zhaquirks.xiaomi import (
2121
DeviceTemperatureCluster,
22-
LocalOccupancyCluster,
2322
MotionCluster,
23+
OccupancyCluster,
2424
XiaomiAqaraE1Cluster,
2525
XiaomiCustomDevice,
2626
XiaomiPowerConfiguration,
@@ -98,7 +98,7 @@ def __init__(self, *args, **kwargs):
9898
XiaomiPowerConfiguration,
9999
Identify.cluster_id,
100100
DeviceTemperatureCluster,
101-
LocalOccupancyCluster,
101+
OccupancyCluster,
102102
LocalMotionCluster,
103103
OppleCluster,
104104
],

0 commit comments

Comments
 (0)