We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5311198 commit 758b418Copy full SHA for 758b418
1 file changed
plugwise/constants.py
@@ -92,7 +92,7 @@
92
NONE: Final = "None"
93
OFF: Final = "off"
94
PRIORITY_DEVICE_CLASSES = ("gateway", "heater_central")
95
-THERMO_MATCHING: dict[str, int] = {
+THERMO_MATCHING: Final[dict[str, int]] = {
96
"thermostat": 2,
97
"zone_thermometer": 2,
98
"zone_thermostat": 2,
0 commit comments