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 ce3742a commit 719b737Copy full SHA for 719b737
plugwise_usb/nodes/helpers/pulses.py
@@ -170,13 +170,6 @@ def collected_pulses(
170
if self._log_production is None or not self._log_production:
171
return (None, None)
172
173
- # if is_consumption and self._rollover_consumption:
174
- # _LOGGER.debug("collected_pulses 2 | %s | _rollover_consumption", self._mac)
175
- # return (None, None)
176
- # if not is_consumption and self._rollover_production:
177
- # _LOGGER.debug("collected_pulses 3 | %s | _rollover_production", self._mac)
178
179
-
180
if (
181
log_pulses := self._collect_pulses_from_logs(from_timestamp, is_consumption)
182
) is None:
0 commit comments