Skip to content

Commit 2f00e9f

Browse files
committed
Update typing
1 parent 807249b commit 2f00e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,9 @@ class GwEntityData(TypedDict, total=False):
557557
select_regulation_mode: str
558558

559559
# Thermostat-related
560-
regulation_control_modes: list[str]
561-
select_regulation_control: str
560+
select_zone_profile: str
562561
thermostats: dict[str, list[str]]
562+
zone_profiles: list[str]
563563
# Presets:
564564
active_preset: str | None
565565
preset_modes: list[str] | None

0 commit comments

Comments
 (0)