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 7bfbbf5 commit d7f1497Copy full SHA for d7f1497
plugwise_usb/nodes/helpers/pulses.py
@@ -13,7 +13,7 @@
13
_LOGGER = logging.getLogger(__name__)
14
CONSUMED: Final = True
15
PRODUCED: Final = False
16
-PODUCERS: tuple[str] = ("000D6F00029C32C7")
+PRODUCERS: tuple[str] = ("000D6F00029C32C7")
17
18
MAX_LOG_HOURS = WEEK_IN_HOURS
19
0 commit comments