mbuchber / ha_heliotherm

Home Assistant Custom Component for Heliotherm Heatpumps
14 stars 5 forks source link

Some used Constants are deprecated #30

Open m0v4 opened 3 months ago

m0v4 commented 3 months ago

Logger: homeassistant.const Quelle: helpers/deprecation.py:197 Erstmals aufgetreten: 11:24:00 (136 Vorkommnisse) Zuletzt protokolliert: 11:24:00

DATA_RATE_KIBIBYTES_PER_SECOND was used from ha_heliotherm, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KIBIBYTES_PER_SECOND instead, please report it to the author of the 'ha_heliotherm' custom integration DATA_RATE_MEBIBYTES_PER_SECOND was used from ha_heliotherm, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEBIBYTES_PER_SECOND instead, please report it to the author of the 'ha_heliotherm' custom integration DATA_RATE_GIBIBYTES_PER_SECOND was used from ha_heliotherm, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIBIBYTES_PER_SECOND instead, please report it to the author of the 'ha_heliotherm' custom integration ENTITY_CATEGORY_CONFIG was used from ha_heliotherm, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.CONFIG instead, please report it to the author of the 'ha_heliotherm' custom integration ENTITY_CATEGORY_DIAGNOSTIC was used from ha_heliotherm, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.DIAGNOSTIC instead, please report it to the author of the 'ha_heliotherm' custom integration