Skip to content

Commit 513ecc9

Browse files
committed
Remove double is_battery_powered line
1 parent 4a9a6b3 commit 513ecc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/nodes/sense.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ async def load(self) -> bool:
5151
if self._loaded:
5252
return True
5353

54-
self._node_info.is_battery_powered = True
5554
await super().load()
5655
self._setup_protocol(
5756
SENSE_FIRMWARE_SUPPORT,

0 commit comments

Comments
 (0)