Skip to content

Commit

Permalink
Fixed analogOutput field no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
schwickster committed Feb 28, 2022
1 parent e4e6250 commit b7275fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/xiaomi/aqara/roller_curtain_e1.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class XiaomiAqaraRollerE1(XiaomiCluster, ManufacturerSpecificCluster):
}


class AnalogOutputRollerE1(LocalDataCluster, AnalogOutput):
class AnalogOutputRollerE1(CustomCluster, AnalogOutput):
"""Analog output cluster, only used to relay current_value to WindowCovering."""

cluster_id = AnalogOutput.cluster_id
Expand Down

0 comments on commit b7275fa

Please sign in to comment.