lfasci/homeassistant-metar

Temperature conversions breaking change

Closed this issue · 1 comments

According to the 2021.9 release notes, there is a breaking change to move temperature sensors from Entity base class to SensorEntity:

https://developers.home-assistant.io/blog/2021/08/12/sensor_temperature_conversion/

This component uses Entity for temperature sensors. It might need to be changed.

Thank you, I merged a contribute from https://github.com/kamaradclimber that seems to fix