Skip to content

Commit 758b418

Browse files
committed
Type added constant with Final as suggested
1 parent 5311198 commit 758b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
NONE: Final = "None"
9393
OFF: Final = "off"
9494
PRIORITY_DEVICE_CLASSES = ("gateway", "heater_central")
95-
THERMO_MATCHING: dict[str, int] = {
95+
THERMO_MATCHING: Final[dict[str, int]] = {
9696
"thermostat": 2,
9797
"zone_thermometer": 2,
9898
"zone_thermostat": 2,

0 commit comments

Comments
 (0)