We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8b881 commit 3de64dfCopy full SHA for 3de64df
1 file changed
plugwise_usb/nodes/circle.py
@@ -919,16 +919,15 @@ async def load(self) -> bool:
919
920
self._loaded = True
921
922
- # Don't sort this list, order is important!
923
self._setup_protocol(
924
CIRCLE_FIRMWARE_SUPPORT,
925
(
926
NodeFeature.CIRCLE,
+ NodeFeature.ENERGY,
927
+ NodeFeature.POWER,
928
NodeFeature.RELAY,
929
NodeFeature.RELAY_INIT,
930
NodeFeature.RELAY_LOCK,
- NodeFeature.POWER,
931
- NodeFeature.ENERGY,
932
),
933
)
934
await self._loaded_callback(NodeEvent.LOADED, self.mac)
0 commit comments