mawinkler / astroweather

Asynchronous Astro Weather Forecast for Home Assistant
GNU General Public License v3.0
69 stars 9 forks source link

Depreciations in core 2024.1 #48

Closed tomlut closed 8 months ago

tomlut commented 8 months ago

Logger: homeassistant.const Source: helpers/deprecation.py:204 First occurred: 13:51:47 (12 occurrences) Last logged: 13:51:50

TEMP_CELSIUS was used from astroweather, 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/mawinkler/astroweather/issues

https://developers.home-assistant.io/blog/2023/12/19/constant-deprecation/

mawinkler commented 8 months ago

Relevant PR just merged