lfasci / homeassistant-metar

A sensor for METAR temperatures. https://en.wikipedia.org/wiki/METAR
8 stars 9 forks source link

Temperature conversions breaking change #2

Closed bwduncan closed 3 years ago

bwduncan commented 3 years ago

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.

lfasci commented 3 years ago

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