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 7b15e36 commit 9c4fefbCopy full SHA for 9c4fefb
plugwise_usb/nodes/helpers/pulses.py
@@ -13,7 +13,7 @@
13
_LOGGER = logging.getLogger(__name__)
14
CONSUMED: Final = True
15
PRODUCED: Final = False
16
-PRODUCERS: tuple[str] = ("000D6F00029C32C7")
+PRODUCERS: tuple[str] = ("000D6F00029C32C7", "dummy")
17
18
MAX_LOG_HOURS = WEEK_IN_HOURS
19
@@ -333,7 +333,6 @@ def _update_rollover(self, consumption: bool) -> None:
333
if self._rollover_production:
334
_LOGGER.debug("_update_rollover | %s | reset production rollover", self._mac)
335
self._rollover_production = False
336
- return
337
338
def add_empty_log(self, address: int, slot: int) -> None:
339
"""Add empty energy log record to mark any start of beginning of energy log collection."""
0 commit comments