lichtteil / local_luftdaten

Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.
MIT License
46 stars 19 forks source link

Support for Home Assistant 2025.1 #62

Closed BeardedTinker closed 8 months ago

BeardedTinker commented 10 months ago

There is a breaking changes to Local Luftdaten that has been reported by Home Assistant:

TEMP_CELSIUS was used from local_luftdaten, 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/lichtteil/local_luftdaten/issues

BTW - thanks for great component.