We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f3a1c commit fd7f574Copy full SHA for fd7f574
1 file changed
plugwise_usb/nodes/circle.py
@@ -796,7 +796,7 @@ async def initialize(self) -> bool:
796
_LOGGER.debug("Already initialized node %s", self._mac_in_str)
797
return True
798
799
- if isinstance(self, PlugwiseCircle) and not await self.clock_synchronize():
+ if not await self.clock_synchronize():
800
_LOGGER.debug(
801
"Failed to initialized node %s, failed clock sync",
802
self._mac_in_str
0 commit comments