kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
285 stars 33 forks source link

When data source is missing, entire page doesn't show up #15

Closed j0dan closed 5 years ago

j0dan commented 5 years ago

If my dark sky sensors are broken, the entire lovelace page is blank when using this custom card.

      - custom:
          - temp: sensor.netatmo_outdoor_temperature
          - high: sensor.dark_sky_daytime_high_temperature_0d
          - low: sensor.dark_sky_overnight_low_temperature_0d
        entity: weather.dark_sky
        type: 'custom:simple-weather-card'
kalkih commented 5 years ago

That's not good, will have a look at it!

kalkih commented 5 years ago

Should be fixed in latest release, thanks!