Remove deprecated aux heat from econet (#145149)

This commit is contained in:
G Johansson 2025-05-18 23:03:13 +02:00 committed by GitHub
parent ff5ed82de8
commit 2ba2248f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,11 +148,6 @@ class EcoNetThermostat(EcoNetEntity[Thermostat], ClimateEntity):
if target_temp_low or target_temp_high:
self._econet.set_set_point(None, target_temp_high, target_temp_low)
@property
def is_aux_heat(self) -> bool:
"""Return true if aux heater."""
return self._econet.mode == ThermostatOperationMode.EMERGENCY_HEAT
@property
def hvac_mode(self) -> HVACMode:
"""Return hvac operation ie. heat, cool, mode.