Skip to content

Commit 8543102

Browse files
committed
Fix constant format
1 parent a8d92e4 commit 8543102

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
@@ -33,7 +33,7 @@
3333
VOLUME_CUBIC_METERS_PER_HOUR: Final = "m³/h"
3434

3535
ADAM: Final = "Adam"
36-
ALLOWED_ZONE_PROFILES: Final(set) = ("active", "off", "passive")
36+
ALLOWED_ZONE_PROFILES: Final[tuple[str, str, str]] = ("active", "off", "passive")
3737
ANNA: Final = "Smile Anna"
3838
ANNA_P1: Final = "Smile Anna P1"
3939
DEFAULT_TIMEOUT: Final = 10

0 commit comments

Comments
 (0)