mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Fix overkiz climate feature flags for valve heating (#109582)
* Fix overkiz climate feature flags for valve heating * Update homeassistant/components/overkiz/climate_entities/valve_heating_temperature_interface.py
This commit is contained in:
parent
5041ee3c28
commit
f6d2f6117a
@ -51,10 +51,7 @@ class ValveHeatingTemperatureInterface(OverkizEntity, ClimateEntity):
|
|||||||
_attr_hvac_modes = [HVACMode.HEAT]
|
_attr_hvac_modes = [HVACMode.HEAT]
|
||||||
_attr_preset_modes = [*PRESET_MODE_TO_OVERKIZ]
|
_attr_preset_modes = [*PRESET_MODE_TO_OVERKIZ]
|
||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
ClimateEntityFeature.PRESET_MODE
|
ClimateEntityFeature.PRESET_MODE | ClimateEntityFeature.TARGET_TEMPERATURE
|
||||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
|
||||||
| ClimateEntityFeature.TURN_OFF
|
|
||||||
| ClimateEntityFeature.TURN_ON
|
|
||||||
)
|
)
|
||||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
_attr_translation_key = DOMAIN
|
_attr_translation_key = DOMAIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user