dnguyen800/air-visual-card

Not working with Met Éireann

Closed this issue · 2 comments

Ulrar commented

Hi,

I'm using the Met Éireann integration for my weather.home but it's not showing any values for it in this card.
As a result I've also got the same problem as an already open issue, a broken image for undefined weather.
Any chance to get Met Éireann working ?

Thanks

What does your card configuration look like?
I just testet it and it works for me. weather.home_test is the Met Éireann integration

type: custom:air-visual-card
air_pollution_level: sensor.u_s_air_pollution_level
air_quality_index: sensor.u_s_air_quality_index
main_pollutant: sensor.u_s_main_pollutant
weather: weather.home_test
hide_weather: false
hide_title: true
hide_face: false

image

Ulrar commented

My bad, I had temp: weather.home instead of weather: weather.home. Not sure how that happened, but changing it fixes the issue.
Thanks !