Skip to content

Commit 8458201

Browse files
committed
Remove Number and Select typing-related constants
1 parent 74479ed commit 8458201

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

plugwise/constants.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,6 @@
257257
]
258258
BINARY_SENSORS: Final[tuple[str, ...]] = get_args(BinarySensorType)
259259

260-
NumberType = Literal[
261-
"maximum_boiler_temperature",
262-
"max_dhw_temperature",
263-
"temperature_offset",
264-
]
265-
266260
LIMITS: Final[tuple[str, ...]] = (
267261
"offset",
268262
"setpoint",
@@ -271,17 +265,6 @@
271265
"upper_bound",
272266
)
273267

274-
SelectType = Literal[
275-
"select_dhw_mode",
276-
"select_regulation_mode",
277-
"select_schedule",
278-
]
279-
SelectOptionsType = Literal[
280-
"dhw_modes",
281-
"regulation_modes",
282-
"available_schedules",
283-
]
284-
285268
SensorType = Literal[
286269
"battery",
287270
"cooling_activation_outdoor_temperature",

0 commit comments

Comments
 (0)