Skip to content

Commit 53e8700

Browse files
committed
add timestamp for last_seen
1 parent ab327c6 commit 53e8700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def clock_synchronize(self) -> bool:
9090
)
9191
await self._available_update_state(False)
9292
return False
93-
await self._available_update_state(True)
93+
await self._available_update_state(True, clock_response.timestamp)
9494

9595
_dt_of_circle: datetime = datetime.now(tz=UTC).replace(
9696
hour=clock_response.time.value.hour,

0 commit comments

Comments
 (0)