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 74479ed commit 8458201Copy full SHA for 8458201
plugwise/constants.py
@@ -257,12 +257,6 @@
257
]
258
BINARY_SENSORS: Final[tuple[str, ...]] = get_args(BinarySensorType)
259
260
-NumberType = Literal[
261
- "maximum_boiler_temperature",
262
- "max_dhw_temperature",
263
- "temperature_offset",
264
-]
265
-
266
LIMITS: Final[tuple[str, ...]] = (
267
"offset",
268
"setpoint",
@@ -271,17 +265,6 @@
271
"upper_bound",
272
)
273
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
285
SensorType = Literal[
286
269
"battery",
287
270
"cooling_activation_outdoor_temperature",
0 commit comments