File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 3838 "zone_thermometer" ,
3939 "zone_thermostat" ,
4040)
41-
4241ActuatorType = Literal [
4342 "domestic_hot_water_setpoint" ,
4443 "max_dhw_temperature" ,
239238 "cooling_ena_switch" ,
240239 "dhw_cm_switch" ,
241240]
242-
243241TOGGLES : Final [dict [str , ToggleNameType ]] = {
244242 "cooling_enabled" : "cooling_ena_switch" ,
245243 "domestic_hot_water_comfort_mode" : "dhw_cm_switch" ,
287285]
288286BINARY_SENSORS : Final [tuple [str , ...]] = get_args (BinarySensorType )
289287
290- NoPlatformType = Literal [
291- "elga_status_code" ,
292- "c_heating_state" ,
293- ]
294-
295288NumberType = Literal [
296289 "maximum_boiler_temperature" ,
297290 "max_dhw_temperature" ,
303296 "select_regulation_mode" ,
304297 "select_schedule" ,
305298]
306-
307299SelectOptionsType = Literal [
308300 "dhw_modes" ,
309301 "regulation_modes" ,
You can’t perform that action at this time.
0 commit comments