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 a8d92e4 commit 8543102Copy full SHA for 8543102
plugwise/constants.py
@@ -33,7 +33,7 @@
33
VOLUME_CUBIC_METERS_PER_HOUR: Final = "m³/h"
34
35
ADAM: Final = "Adam"
36
-ALLOWED_ZONE_PROFILES: Final(set) = ("active", "off", "passive")
+ALLOWED_ZONE_PROFILES: Final[tuple[str, str, str]] = ("active", "off", "passive")
37
ANNA: Final = "Smile Anna"
38
ANNA_P1: Final = "Smile Anna P1"
39
DEFAULT_TIMEOUT: Final = 10
0 commit comments