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 93d06fd commit fa3f449Copy full SHA for fa3f449
plugwise/constants.py
@@ -557,9 +557,9 @@ class GwEntityData(TypedDict, total=False):
557
select_regulation_mode: str
558
559
# Thermostat-related
560
- regulation_control_modes: list[str]
561
- select_regulation_control: str
+ select_zone_profile: str
562
thermostats: dict[str, list[str]]
+ zone_profiles: list[str]
563
# Presets:
564
active_preset: str | None
565
preset_modes: list[str] | None
0 commit comments