Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will not work on HA 2025.1 #83

Open
Forinil opened this issue Feb 11, 2024 · 0 comments
Open

Will not work on HA 2025.1 #83

Forinil opened this issue Feb 11, 2024 · 0 comments

Comments

@Forinil
Copy link

Forinil commented Feb 11, 2024

Other than the error mentioned in my previous issue, the logs also show lots of warning about deprecated constants, which will be removed in Home Assistant 2025.1.

Logs:

2024-02-11 14:32:02.631 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration miio_yeelink which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-11 14:32:17.942 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_AQI was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.AQI instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.949 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_BATTERY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.956 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CO was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.962 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CO2 was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO2 instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.968 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CURRENT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CURRENT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.974 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_DATE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.DATE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.981 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_ENERGY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.987 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_FREQUENCY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.FREQUENCY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.993 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_GAS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.GAS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:17.999 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_HUMIDITY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.HUMIDITY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.006 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_ILLUMINANCE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ILLUMINANCE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.014 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_MONETARY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.MONETARY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.025 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROGEN_DIOXIDE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_DIOXIDE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.033 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROGEN_MONOXIDE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_MONOXIDE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.039 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROUS_OXIDE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROUS_OXIDE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.045 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_OZONE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.OZONE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.052 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM1 was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM1 instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.058 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM10 was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM10 instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.064 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM25 was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM25 instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.071 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_POWER_FACTOR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER_FACTOR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.077 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_POWER was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.084 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PRESSURE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PRESSURE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.090 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_SIGNAL_STRENGTH was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SIGNAL_STRENGTH instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.096 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_SULPHUR_DIOXIDE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SULPHUR_DIOXIDE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.104 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_TEMPERATURE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TEMPERATURE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.110 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_TIMESTAMP was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TIMESTAMP instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.116 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_VOLATILE_ORGANIC_COMPOUNDS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.124 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_VOLTAGE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.VOLTAGE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.131 WARNING (MainThread) [homeassistant.const] POWER_VOLT_AMPERE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfApparentPower.VOLT_AMPERE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.137 WARNING (MainThread) [homeassistant.const] POWER_WATT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.WATT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.143 WARNING (MainThread) [homeassistant.const] POWER_KILO_WATT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.KILO_WATT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.150 WARNING (MainThread) [homeassistant.const] POWER_BTU_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.BTU_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.157 WARNING (MainThread) [homeassistant.const] ENERGY_KILO_WATT_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.164 WARNING (MainThread) [homeassistant.const] ENERGY_MEGA_WATT_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.MEGA_WATT_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.172 WARNING (MainThread) [homeassistant.const] ENERGY_WATT_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.WATT_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.177 WARNING (MainThread) [homeassistant.const] ELECTRIC_CURRENT_MILLIAMPERE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.MILLIAMPERE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.184 WARNING (MainThread) [homeassistant.const] ELECTRIC_CURRENT_AMPERE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.AMPERE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.192 WARNING (MainThread) [homeassistant.const] ELECTRIC_POTENTIAL_MILLIVOLT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricPotential.MILLIVOLT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.198 WARNING (MainThread) [homeassistant.const] ELECTRIC_POTENTIAL_VOLT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricPotential.VOLT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.204 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.210 WARNING (MainThread) [homeassistant.const] TEMP_FAHRENHEIT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.216 WARNING (MainThread) [homeassistant.const] TEMP_KELVIN was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.KELVIN instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.222 WARNING (MainThread) [homeassistant.const] TIME_MICROSECONDS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MICROSECONDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.228 WARNING (MainThread) [homeassistant.const] TIME_MILLISECONDS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MILLISECONDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.234 WARNING (MainThread) [homeassistant.const] TIME_SECONDS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.SECONDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.241 WARNING (MainThread) [homeassistant.const] TIME_MINUTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MINUTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.249 WARNING (MainThread) [homeassistant.const] TIME_HOURS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.HOURS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.256 WARNING (MainThread) [homeassistant.const] TIME_DAYS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.DAYS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.264 WARNING (MainThread) [homeassistant.const] TIME_WEEKS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.WEEKS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.270 WARNING (MainThread) [homeassistant.const] TIME_MONTHS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MONTHS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.276 WARNING (MainThread) [homeassistant.const] TIME_YEARS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.YEARS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.282 WARNING (MainThread) [homeassistant.const] LENGTH_MILLIMETERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILLIMETERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.289 WARNING (MainThread) [homeassistant.const] LENGTH_CENTIMETERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.CENTIMETERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.296 WARNING (MainThread) [homeassistant.const] LENGTH_METERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.METERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.303 WARNING (MainThread) [homeassistant.const] LENGTH_KILOMETERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.309 WARNING (MainThread) [homeassistant.const] LENGTH_INCHES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.INCHES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.317 WARNING (MainThread) [homeassistant.const] LENGTH_FEET was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.FEET instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.324 WARNING (MainThread) [homeassistant.const] LENGTH_YARD was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.YARDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.338 WARNING (MainThread) [homeassistant.const] LENGTH_MILES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.360 WARNING (MainThread) [homeassistant.const] FREQUENCY_HERTZ was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.HERTZ instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.369 WARNING (MainThread) [homeassistant.const] FREQUENCY_KILOHERTZ was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.KILOHERTZ instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.377 WARNING (MainThread) [homeassistant.const] FREQUENCY_MEGAHERTZ was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.MEGAHERTZ instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.384 WARNING (MainThread) [homeassistant.const] FREQUENCY_GIGAHERTZ was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.GIGAHERTZ instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.390 WARNING (MainThread) [homeassistant.const] PRESSURE_PA was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.PA instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.397 WARNING (MainThread) [homeassistant.const] PRESSURE_HPA was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.HPA instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.404 WARNING (MainThread) [homeassistant.const] PRESSURE_KPA was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.KPA instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.414 WARNING (MainThread) [homeassistant.const] PRESSURE_BAR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.BAR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.425 WARNING (MainThread) [homeassistant.const] PRESSURE_CBAR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.CBAR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.432 WARNING (MainThread) [homeassistant.const] PRESSURE_MBAR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.MBAR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.438 WARNING (MainThread) [homeassistant.const] PRESSURE_MMHG was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.MMHG instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.444 WARNING (MainThread) [homeassistant.const] PRESSURE_INHG was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.INHG instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.450 WARNING (MainThread) [homeassistant.const] PRESSURE_PSI was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.PSI instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.457 WARNING (MainThread) [homeassistant.const] SOUND_PRESSURE_DB was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSoundPressure.DECIBEL instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.464 WARNING (MainThread) [homeassistant.const] SOUND_PRESSURE_WEIGHTED_DBA was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSoundPressure.WEIGHTED_DECIBEL_A instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.473 WARNING (MainThread) [homeassistant.const] VOLUME_LITERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.LITERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.480 WARNING (MainThread) [homeassistant.const] VOLUME_MILLILITERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.MILLILITERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.489 WARNING (MainThread) [homeassistant.const] VOLUME_CUBIC_METERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.CUBIC_METERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.495 WARNING (MainThread) [homeassistant.const] VOLUME_CUBIC_FEET was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.CUBIC_FEET instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.502 WARNING (MainThread) [homeassistant.const] VOLUME_GALLONS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.GALLONS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.509 WARNING (MainThread) [homeassistant.const] VOLUME_FLUID_OUNCE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.FLUID_OUNCES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.515 WARNING (MainThread) [homeassistant.const] VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.522 WARNING (MainThread) [homeassistant.const] VOLUME_FLOW_RATE_CUBIC_FEET_PER_MINUTE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumeFlowRate.CUBIC_FEET_PER_MINUTE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.528 WARNING (MainThread) [homeassistant.const] MASS_GRAMS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.GRAMS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.533 WARNING (MainThread) [homeassistant.const] MASS_KILOGRAMS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.KILOGRAMS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.541 WARNING (MainThread) [homeassistant.const] MASS_MILLIGRAMS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.MILLIGRAMS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.549 WARNING (MainThread) [homeassistant.const] MASS_MICROGRAMS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.MICROGRAMS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.556 WARNING (MainThread) [homeassistant.const] MASS_OUNCES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.OUNCES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.564 WARNING (MainThread) [homeassistant.const] MASS_POUNDS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.POUNDS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.571 WARNING (MainThread) [homeassistant.const] IRRADIATION_WATTS_PER_SQUARE_METER was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfIrradiance.WATTS_PER_SQUARE_METER instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.579 WARNING (MainThread) [homeassistant.const] IRRADIATION_BTUS_PER_HOUR_SQUARE_FOOT was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfIrradiance.BTUS_PER_HOUR_SQUARE_FOOT instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.585 WARNING (MainThread) [homeassistant.const] PRECIPITATION_INCHES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPrecipitationDepth.INCHES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.593 WARNING (MainThread) [homeassistant.const] PRECIPITATION_MILLIMETERS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPrecipitationDepth.MILLIMETERS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.600 WARNING (MainThread) [homeassistant.const] PRECIPITATION_MILLIMETERS_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.MILLIMETERS_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.610 WARNING (MainThread) [homeassistant.const] PRECIPITATION_INCHES_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.618 WARNING (MainThread) [homeassistant.const] SPEED_FEET_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.FEET_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.625 WARNING (MainThread) [homeassistant.const] SPEED_METERS_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.METERS_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.631 WARNING (MainThread) [homeassistant.const] SPEED_KILOMETERS_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.KILOMETERS_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.639 WARNING (MainThread) [homeassistant.const] SPEED_KNOTS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.KNOTS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.646 WARNING (MainThread) [homeassistant.const] SPEED_MILES_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.MILES_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.653 WARNING (MainThread) [homeassistant.const] SPEED_MILLIMETERS_PER_DAY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.MILLIMETERS_PER_DAY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.659 WARNING (MainThread) [homeassistant.const] SPEED_INCHES_PER_DAY was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_DAY instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.667 WARNING (MainThread) [homeassistant.const] SPEED_INCHES_PER_HOUR was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_HOUR instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.673 WARNING (MainThread) [homeassistant.const] DATA_BITS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.BITS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.680 WARNING (MainThread) [homeassistant.const] DATA_KILOBITS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KILOBITS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.686 WARNING (MainThread) [homeassistant.const] DATA_MEGABITS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEGABITS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.693 WARNING (MainThread) [homeassistant.const] DATA_GIGABITS was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIGABITS instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.701 WARNING (MainThread) [homeassistant.const] DATA_BYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.BYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.707 WARNING (MainThread) [homeassistant.const] DATA_KILOBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KILOBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.714 WARNING (MainThread) [homeassistant.const] DATA_MEGABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEGABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.720 WARNING (MainThread) [homeassistant.const] DATA_GIGABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIGABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.728 WARNING (MainThread) [homeassistant.const] DATA_TERABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.TERABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.736 WARNING (MainThread) [homeassistant.const] DATA_PETABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.PETABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.744 WARNING (MainThread) [homeassistant.const] DATA_EXABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.EXABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.749 WARNING (MainThread) [homeassistant.const] DATA_ZETTABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.ZETTABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.755 WARNING (MainThread) [homeassistant.const] DATA_YOTTABYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.YOTTABYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.762 WARNING (MainThread) [homeassistant.const] DATA_KIBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KIBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.769 WARNING (MainThread) [homeassistant.const] DATA_MEBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.775 WARNING (MainThread) [homeassistant.const] DATA_GIBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.782 WARNING (MainThread) [homeassistant.const] DATA_TEBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.TEBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.788 WARNING (MainThread) [homeassistant.const] DATA_PEBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.PEBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.794 WARNING (MainThread) [homeassistant.const] DATA_EXBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.EXBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.799 WARNING (MainThread) [homeassistant.const] DATA_ZEBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.ZEBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.807 WARNING (MainThread) [homeassistant.const] DATA_YOBIBYTES was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.YOBIBYTES instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.816 WARNING (MainThread) [homeassistant.const] DATA_RATE_BITS_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.BITS_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.821 WARNING (MainThread) [homeassistant.const] DATA_RATE_KILOBITS_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KILOBITS_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.826 WARNING (MainThread) [homeassistant.const] DATA_RATE_MEGABITS_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEGABITS_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.832 WARNING (MainThread) [homeassistant.const] DATA_RATE_GIGABITS_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIGABITS_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.839 WARNING (MainThread) [homeassistant.const] DATA_RATE_BYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.BYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.844 WARNING (MainThread) [homeassistant.const] DATA_RATE_KILOBYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KILOBYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.851 WARNING (MainThread) [homeassistant.const] DATA_RATE_MEGABYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEGABYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.858 WARNING (MainThread) [homeassistant.const] DATA_RATE_GIGABYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIGABYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.865 WARNING (MainThread) [homeassistant.const] DATA_RATE_KIBIBYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KIBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.871 WARNING (MainThread) [homeassistant.const] DATA_RATE_MEBIBYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.878 WARNING (MainThread) [homeassistant.const] DATA_RATE_GIBIBYTES_PER_SECOND was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.884 WARNING (MainThread) [homeassistant.const] ENTITY_CATEGORY_CONFIG was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.CONFIG instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.889 WARNING (MainThread) [homeassistant.const] ENTITY_CATEGORY_DIAGNOSTIC was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.DIAGNOSTIC instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.896 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.902 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_DIRECTION was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.908 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.914 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.921 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_DIRECTION was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues
2024-02-11 14:32:18.927 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from miio_yeelink, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please create a bug report at https://github.com/al-one/hass-miio-yeelink/issues


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant