-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi
HA is throwing up a number of errors on the Adax integration. I tried setting chatgpt on it but it just completely borked it lol
Would you be able to please take a look?
Entity None (<class 'custom_components.adax.climate.AdaxDevice'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE: 1>
Detected that custom integration 'adax' calls async_forward_entry_setup for integration, adax with title: Adax and entry_id: xxx, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead
Detected code that calls async_forward_entry_setup for integration adax with title: Adax and entry_id: xxx, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1
TEMP_CELSIUS was used from adax, 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 'adax' custom integration
HVAC_MODE_HEAT was used from adax, 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 'adax' custom integration
HVAC_MODE_OFF was used from adax, 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 'adax' custom integration
SUPPORT_TARGET_TEMPERATURE was used from adax, 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 'adax' custom integration