Skip to content

Commit 28fb17d

Browse files
committed
Cleanup
1 parent 9842624 commit 28fb17d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugwise/constants.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"zone_thermometer",
3939
"zone_thermostat",
4040
)
41-
4241
ActuatorType = Literal[
4342
"domestic_hot_water_setpoint",
4443
"max_dhw_temperature",
@@ -239,7 +238,6 @@
239238
"cooling_ena_switch",
240239
"dhw_cm_switch",
241240
]
242-
243241
TOGGLES: Final[dict[str, ToggleNameType]] = {
244242
"cooling_enabled": "cooling_ena_switch",
245243
"domestic_hot_water_comfort_mode": "dhw_cm_switch",
@@ -287,11 +285,6 @@
287285
]
288286
BINARY_SENSORS: Final[tuple[str, ...]] = get_args(BinarySensorType)
289287

290-
NoPlatformType = Literal[
291-
"elga_status_code",
292-
"c_heating_state",
293-
]
294-
295288
NumberType = Literal[
296289
"maximum_boiler_temperature",
297290
"max_dhw_temperature",
@@ -303,7 +296,6 @@
303296
"select_regulation_mode",
304297
"select_schedule",
305298
]
306-
307299
SelectOptionsType = Literal[
308300
"dhw_modes",
309301
"regulation_modes",

0 commit comments

Comments
 (0)