We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e6b27 commit 3ce925fCopy full SHA for 3ce925f
1 file changed
plugwise/constants.py
@@ -536,15 +536,15 @@ class GwEntityData(TypedDict, total=False):
536
available: bool | None
537
538
# Loria
539
- select_dhw_mode: str | None
+ select_dhw_mode: str
540
dhw_modes: list[str]
541
542
# Gateway
543
gateway_modes: list[str]
544
notifications: dict[str, dict[str, str]]
545
regulation_modes: list[str]
546
- select_gateway_mode: str | None
547
- select_regulation_mode: str | None
+ select_gateway_mode: str
+ select_regulation_mode: str
548
549
# Thermostat-related
550
thermostats: dict[str, list[str]]
0 commit comments