mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
246 stars 26 forks source link

Hide null forecast values #172

Open jmot205 opened 2 months ago

jmot205 commented 2 months ago

Describe the bug Partway through the day, my weather forecast provider removes the old templow values from the previous night, setting their value to null in the returned forecast. Instead of being omitted from the weather chart, these templow null values are incorrectly plotted with a value of 0.

To Reproduce Add a forecast with a null value for one of the templow entries.

Expected behavior Entries with null values should be omitted from the chart, as they are with the built-in weather card (which shows the null values as "-").

Screenshots Screenshot_20240429_161639_Home Assistant Screenshot_20240429_161719_Home Assistant

Desktop (please complete the following information):

ncd7 commented 1 month ago

Seconded!