chomupashchuk / ariston-remotethermo-home-assistant-v2

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
92 stars 22 forks source link

More warnings...in HA #70

Open eacxx opened 5 months ago

eacxx commented 5 months ago

I've just seen these warnings in my HA's logs:

Logger: homeassistant.components.climate.const
Source: helpers/deprecation.py:206
integration: Climate (documentation, issues)
First occurred: 12:14:37 AM (18 occurrences)
Last logged: 12:14:38 AM

HVAC_MODE_HEAT was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'ariston' custom integration
HVAC_MODE_OFF was used from ariston, 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 'ariston' custom integration
HVAC_MODE_COOL was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'ariston' custom integration
SUPPORT_PRESET_MODE was used from ariston, 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 'ariston' custom integration
SUPPORT_TARGET_TEMPERATURE was used from ariston, 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 'ariston' custom integration
Logger: homeassistant.const
Source: helpers/deprecation.py:206
First occurred: 12:14:36 AM (19 occurrences)
Last logged: 12:14:38 AM

ENERGY_KILO_WATT_HOUR was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please report it to the author of the 'ariston' custom integration
TEMP_CELSIUS was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'localtuya' custom integration
TEMP_FAHRENHEIT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'localtuya' custom integration
TEMP_CELSIUS was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'ariston' custom integration
TEMP_FAHRENHEIT was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'ariston' custom integration
Logger: homeassistant.components.water_heater
Source: helpers/deprecation.py:206
integration: Water Heater (documentation, issues)
First occurred: 12:14:38 AM (4 occurrences)
Last logged: 12:14:38 AM

SUPPORT_OPERATION_MODE was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use WaterHeaterEntityFeature.OPERATION_MODE instead, please report it to the author of the 'ariston' custom integration
SUPPORT_TARGET_TEMPERATURE was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use WaterHeaterEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'ariston' custom integration
Logger: homeassistant.components.sensor
Source: helpers/deprecation.py:206
integration: Sensor (documentation, issues)
First occurred: 12:14:36 AM (2 occurrences)
Last logged: 12:14:36 AM

STATE_CLASS_TOTAL_INCREASING was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorStateClass.TOTAL_INCREASING instead, please report it to the author of the 'ariston' custom integration
Logger: homeassistant.components.binary_sensor
Source: helpers/deprecation.py:206
integration: Binary sensor (documentation, issues)
First occurred: 12:14:36 AM (4 occurrences)
Last logged: 12:14:36 AM

DEVICE_CLASS_CONNECTIVITY was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.CONNECTIVITY instead, please report it to the author of the 'ariston' custom integration
DEVICE_CLASS_HEAT was used from ariston, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.HEAT instead, please report it to the author of the 'ariston' custom integration