Skip to content

Commit 3ce925f

Browse files
committed
Revert some select_related typing updates, not required
1 parent e6e6b27 commit 3ce925f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,15 +536,15 @@ class GwEntityData(TypedDict, total=False):
536536
available: bool | None
537537

538538
# Loria
539-
select_dhw_mode: str | None
539+
select_dhw_mode: str
540540
dhw_modes: list[str]
541541

542542
# Gateway
543543
gateway_modes: list[str]
544544
notifications: dict[str, dict[str, str]]
545545
regulation_modes: list[str]
546-
select_gateway_mode: str | None
547-
select_regulation_mode: str | None
546+
select_gateway_mode: str
547+
select_regulation_mode: str
548548

549549
# Thermostat-related
550550
thermostats: dict[str, list[str]]

0 commit comments

Comments
 (0)