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 1958ed1 commit 35d51e4Copy full SHA for 35d51e4
plugwise_usb/nodes/helpers/pulses.py
@@ -301,6 +301,7 @@ def update_pulse_counter(
301
and self._pulses_production < pulses_produced
302
):
303
self._prod_pulsecounter_reset = True
304
+ self._last_hourly_reset = timestamp
305
_LOGGER.debug(
306
"update_pulse_counter | production pulses reset | hourly_reset_time=%s",
307
self._last_hourly_reset,
0 commit comments