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 ab327c6 commit 53e8700Copy full SHA for 53e8700
plugwise_usb/nodes/circle_plus.py
@@ -90,7 +90,7 @@ async def clock_synchronize(self) -> bool:
90
)
91
await self._available_update_state(False)
92
return False
93
- await self._available_update_state(True)
+ await self._available_update_state(True, clock_response.timestamp)
94
95
_dt_of_circle: datetime = datetime.now(tz=UTC).replace(
96
hour=clock_response.time.value.hour,
0 commit comments