Skip to content

Commit

Permalink
Add missing local power/energy clusters to old Aqara wall switches (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Nov 29, 2023
1 parent 4f5abdd commit aeca76d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zhaquirks/xiaomi/aqara/ctrl_ln.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
LUMI,
AnalogInputCluster,
BasicCluster,
ElectricalMeasurementCluster,
MeteringCluster,
OnOffCluster,
XiaomiCustomDevice,
XiaomiPowerConfiguration,
Expand Down Expand Up @@ -145,6 +147,8 @@ class WallSwitchMultistateInputCluster(EventableCluster, MultistateInput):
OnOffCluster,
Time.cluster_id,
BinaryOutput.cluster_id,
ElectricalMeasurementCluster,
MeteringCluster,
],
OUTPUT_CLUSTERS: [Time.cluster_id, Ota.cluster_id],
},
Expand Down

0 comments on commit aeca76d

Please sign in to comment.