We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0971739 commit 4a9a6b3Copy full SHA for 4a9a6b3
plugwise_usb/nodes/sense.py
@@ -52,12 +52,7 @@ async def load(self) -> bool:
52
return True
53
54
self._node_info.is_battery_powered = True
55
- if self._cache_enabled:
56
- _LOGGER.debug("Loading Sense node %s from cache", self._node_info.mac)
57
- await self._load_from_cache()
58
- else:
59
- self._load_defaults()
60
- self._loaded = True
+ await super().load()
61
self._setup_protocol(
62
SENSE_FIRMWARE_SUPPORT,
63
(NodeFeature.INFO, NodeFeature.SENSE),
0 commit comments