Skip to content

Commit e991eaa

Browse files
committed
Move comment out of list, reorder
1 parent 85c0d7e commit e991eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,16 +917,16 @@ async def load(self) -> bool:
917917

918918
self._loaded = True
919919

920+
# Don't sort this list, order is important!
920921
self._setup_protocol(
921922
CIRCLE_FIRMWARE_SUPPORT,
922923
(
923-
# Don't sort this list, order is important!
924924
NodeFeature.CIRCLE,
925-
NodeFeature.POWER,
926-
NodeFeature.ENERGY,
927925
NodeFeature.RELAY,
928926
NodeFeature.RELAY_INIT,
929927
NodeFeature.RELAY_LOCK,
928+
NodeFeature.POWER,
929+
NodeFeature.ENERGY,
930930
),
931931
)
932932
await self._loaded_callback(NodeEvent.LOADED, self.mac)

0 commit comments

Comments
 (0)