0.63 appears to have broken Wunderground component friendly names. Fixed!

Using the Wunderground component, the sensors used to return friendly names that I’m assuming are part of the component. You can see examples of how the component is supposed to return data if you scroll to the bottom of the component page in my link.

For example, when you add weather_1d to the monitored_conditions, that is the 12 hour forecast for the daytime. In the HA front end, this shows the forecast icon, and lists the day of the week, then the forecast. Now instead of the day of the week, Sunday, it shows the actual name of the sensor: pws_weather_1d. This is less than ideal.

This bug isn’t limited to hassio. Broken here too

1 Like

That’s good to know. Thanks, flamingm0e!

I noticed this too. Also an issue was raised on GitHub

1 Like

enter this in ur customize:

customizations.yaml (3.0 KB)

Thanks darkskiesit. Customizing was the first thing I did, but I’d prefer it to actually be fixed.

I just started working on adding Wunderground and also found that the day of the week wasn’t being displayed in the forecasts. I don’t see how you could do that with customization since weather_1d will be Wednesday if the current day is Tuesday but of course that will change each time this is run.

Hopefully the bug will be caught and fixed soon but in the mean time did I miss seeing a way to fix this with customization?

No, I just changed it to Daily Forecast, which isn’t as good as the day of the week, but it’s better than weather_1d.

This is fixed with the .63.2 update.

1 Like

+1 for the fix