We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206ecfa commit 4f08494Copy full SHA for 4f08494
1 file changed
plugwise_usb/nodes/circle.py
@@ -522,6 +522,8 @@ def _update_energy_today_now(
522
if (
523
self._energy_pulses_today_hourly is None
524
or self._energy_rollover_history_started
525
+ or ( self._energy_rollover_hour_started
526
+ and not self._energy_rollover_history_started )
527
):
528
_utc_hour_timestamp = datetime.utcnow().replace(
529
minute=0, second=0, microsecond=0
0 commit comments