Skip to content

Commit d070d9e

Browse files
authored
Add GreenPowerProxy
1 parent 3762cba commit d070d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/tuya/ts0121_plug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tuya TS0121 plug."""
22
from zigpy.profiles import zgp, zha
33
from zigpy.quirks import CustomDevice
4-
from zigpy.zcl.clusters.general import Basic, Groups, Identify, OnOff, Ota, Scenes, Time
4+
from zigpy.zcl.clusters.general import Basic, GreenPowerProxy, Groups, Identify, OnOff, Ota, Scenes, Time
55
from zigpy.zcl.clusters.homeautomation import ElectricalMeasurement
66
from zigpy.zcl.clusters.smartenergy import Metering
77

0 commit comments

Comments
 (0)