You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration is using deprecated supported features values which will be removed in HA Core 2025.1. Instead, it should use the new EntityFeature enums.
Affected Entities
ariston.climate.AristonThermostat should use <ClimateEntityFeature.TARGET_TEMPERATURE|PRESET_MODE: 17>
ariston.water_heater.AristonWaterHeater should use <WaterHeaterEntityFeature.TARGET_TEMPERATURE: 1>
Issue Description
The integration is using deprecated supported features values which will be removed in HA Core 2025.1. Instead, it should use the new
EntityFeature
enums.Affected Entities
ariston.climate.AristonThermostat
should use<ClimateEntityFeature.TARGET_TEMPERATURE|PRESET_MODE: 17>
ariston.water_heater.AristonWaterHeater
should use<WaterHeaterEntityFeature.TARGET_TEMPERATURE: 1>
Reference
Magic numbers deprecation
Ezekkel a lépésekkel segíthetsz a fejlesztőknek frissíteni az integrációkat, hogy megfeleljenek a Home Assistant új követelményeinek. Ha további
The text was updated successfully, but these errors were encountered: