dnguyen800 / air-visual-card

A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.
MIT License
101 stars 35 forks source link

Sensor's names are different #13

Closed pherbel closed 4 years ago

pherbel commented 4 years ago

With my setup: latest 0.104.0 HA The sensors name were different like this sensor.us_air_pollution_level -> sensor.u_s_air_pollution_level

Proper config.

  • 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 temp: weather.dark_sky city: 'Budapest'
dnguyen800 commented 4 years ago

unfortunately that is an issue with the sensor, not the card.

pherbel commented 4 years ago

I know it is not card issue. I just inform you about it. Maybe it can be just fixed in the doc.