1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Update climate.py

This commit is contained in:
farmio
2026-03-22 15:42:35 +01:00
parent a6a56c267a
commit 4f2e89d46b

View File

@@ -16,7 +16,6 @@ from xknx.remote_value.remote_value_setpoint_shift import SetpointShiftMode
from homeassistant import config_entries from homeassistant import config_entries
from homeassistant.components.climate import ( from homeassistant.components.climate import (
ENTITY_ID_FORMAT,
FAN_HIGH, FAN_HIGH,
FAN_LOW, FAN_LOW,
FAN_MEDIUM, FAN_MEDIUM,
@@ -318,7 +317,6 @@ class _KnxClimate(ClimateEntity, _KnxEntityBase):
_device: XknxClimate _device: XknxClimate
_attr_temperature_unit = UnitOfTemperature.CELSIUS _attr_temperature_unit = UnitOfTemperature.CELSIUS
_attr_translation_key = "knx_climate" _attr_translation_key = "knx_climate"
_entity_id_format = ENTITY_ID_FORMAT
default_hvac_mode: HVACMode default_hvac_mode: HVACMode
_last_hvac_mode: HVACMode _last_hvac_mode: HVACMode