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 d648c64 commit 1b53978Copy full SHA for 1b53978
plugwise_usb/nodes/helpers/pulses.py
@@ -84,7 +84,7 @@ def __init__(self, mac: str) -> None:
84
self._pulses_production: int | None = None
85
self._pulses_timestamp: datetime | None = None
86
87
- self._log_production = False # : bool | None = None
+ self._log_production = False
88
if mac in PRODUCERS:
89
self._log_production = True
90
0 commit comments