We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc3a26 commit 353b6c6Copy full SHA for 353b6c6
1 file changed
plugwise_usb/nodes/circle_plus.py
@@ -39,6 +39,7 @@ async def load(self) -> bool:
39
NodeFeature.RELAY_LOCK,
40
NodeFeature.ENERGY,
41
NodeFeature.POWER,
42
+ NodeFeature.CIRCLE,
43
NodeFeature.CIRCLEPLUS,
44
),
45
)
@@ -76,6 +77,7 @@ async def load(self) -> bool:
76
77
78
79
80
81
82
83
0 commit comments