Skip to content

Commit d7f1497

Browse files
committed
Fix typo
1 parent 7bfbbf5 commit d7f1497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
_LOGGER = logging.getLogger(__name__)
1414
CONSUMED: Final = True
1515
PRODUCED: Final = False
16-
PODUCERS: tuple[str] = ("000D6F00029C32C7")
16+
PRODUCERS: tuple[str] = ("000D6F00029C32C7")
1717

1818
MAX_LOG_HOURS = WEEK_IN_HOURS
1919

0 commit comments

Comments
 (0)