Open Sergmasharov opened 8 months ago
Same here, and 3 more warnings, running core version 2024.5.4
Fonte: components/climate/init.py:363 Integrazione: Climatizzatore (documentazione, problemi) Prima occorrenza: 02:50:51 (3 occorrenze) Ultima registrazione: 02:50:51
Entity None (<class 'custom_components.xiaomi_remote.climate.RemoteClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please report it to the author of the 'xiaomi_remote' custom integration Entity None (<class 'custom_components.xiaomi_remote.climate.RemoteClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please report it to the author of the 'xiaomi_remote' custom integration Entity None (<class 'custom_components.xiaomi_remote.climate.RemoteClimate'>) implements HVACMode(s): off, cool, heat, dry, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'xiaomi_remote' custom integration
Detected that custom integration 'xiaomi_remote' calls async_track_state_change
instead of async_track_state_change_event
which is deprecated and will be removed in Home Assistant 2025.5 at custom_components/xiaomi_remote/climate.py, line 160: async_track_state_change(hass, temp_entity_id, self._async_temp_changed), please report it to the author of the 'xiaomi_remote' custom integration
HVAC_MODE_AUTO was used from xiaomi_remote, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'xiaomi_remote' custom integration HVAC_MODE_OFF was used from xiaomi_remote, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'xiaomi_remote' custom integration SUPPORT_TARGET_TEMPERATURE was used from xiaomi_remote, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'xiaomi_remote' custom integration SUPPORT_FAN_MODE was used from xiaomi_remote, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.FAN_MODE instead, please report it to the author of the 'xiaomi_remote' custom integration SUPPORT_PRESET_MODE was used from xiaomi_remote, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please report it to the author of the 'xiaomi_remote' custom integration
Logger: homeassistant.helpers.entity Source: helpers/entity.py:1524 First occurred: 10:49:00 (3 occurrences) Last logged: 11:57:56
Entity climate.air_conditioner (<class 'custom_components.xiaomi_remote.climate.RemoteClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE: 9>, please report it to the author of the 'xiaomi_remote' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation