We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b8402 commit dec3280Copy full SHA for dec3280
1 file changed
plugwise_usb/nodes/circle.py
@@ -883,7 +883,6 @@ async def clock_synchronize(self) -> bool:
883
days_diff = response.day_of_week.value - dt_now.weekday()
884
target_date = dt_now + timedelta(days=days_diff)
885
circle_timestamp = target_date.replace(
886
- day=target_date.day,
887
hour=response.time.value.hour,
888
minute=response.time.value.minute,
889
second=response.time.value.second,
0 commit comments