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 0cf957e commit 7889851Copy full SHA for 7889851
plugwise_usb/nodes/helpers/pulses.py
@@ -174,10 +174,9 @@ def collected_pulses(
174
if self._log_production is None or not self._log_production:
175
return (None, None)
176
177
-
178
if (
179
result := self._collect_pulses_from_logs(from_timestamp, is_consumption)
180
- )is None:
+ ) is None:
181
_LOGGER.debug("collected_pulses | %s | log_pulses:None", self._mac)
182
183
0 commit comments