Skip to content

Commit 9f71314

Browse files
committed
Type control_state as str
1 parent a52ed89 commit 9f71314

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
@@ -566,7 +566,7 @@ class GwEntityData(TypedDict, total=False):
566566

567567
climate_mode: str
568568
# Extra for Adam Master Thermostats
569-
control_state: str | bool
569+
control_state: str
570570

571571
# Dict-types
572572
binary_sensors: SmileBinarySensors

0 commit comments

Comments
 (0)