Hi,
I fill my InfluxDB with weather data from a local station and feed this data into a template sensor, so I can use it in the weather card of the lovelace UI. So far this worked fine, but with one of the latest updates (not sure which one exactly - somewhere between 0.107.5 and 0.109.0) it does not translate the weather-condition to the actual “human readable” version anymore. It also does not show the nice little icons next to the details - while it still does in the official weather integrations.
Here is mine in 0.109.1:
Mine says “partlycloudy” and the attributes are lower case and have no icons)
Compare this to the official MET.no weather integration:
When I compare the attributes of my sensor and the MET.no integration, the are completely the same:
(of course, besides that my DYI-thingy is a “sensor” while the official integration is of type “weather”)
Any idea if this behaviour changed with the latest releases and if there is an easy way for me to adept this to my senor? Not really a big deal, but I am a fan of the little details (like the icons or the human readable condition).
Any help or hint is highly appreciated!
Winni