pkissling / clock-weather-card

A Home Assistant Card indicating today's date/time, along with an iOS inspired weather forecast for the next days with animated icons
Other
397 stars 78 forks source link

Add ability to show a badge with the air quality index #396

Closed tronikos closed 3 months ago

tronikos commented 3 months ago

Add ability to show a badge with the air quality index

image

This is similar to what the Nest Hub does https://static1.howtogeekimages.com/wordpress/wp-content/uploads/2021/09/Nest-Hub-AQI.jpg image

tronikos commented 3 months ago

Thanks for the review! You are right, I didn't realize 0 was a valid AQI value.

lachezar-gizdov commented 3 months ago

I can't seem to find how to change the yaml configuration of the card to show this?

tronikos commented 3 months ago

I can't seem to find how to change the yaml configuration of the card to show this?

Did you check the readme where all the options are documented? You need to add: aqi_sensor: sensor.air_quality_index

lachezar-gizdov commented 3 months ago

I can't seem to find how to change the yaml configuration of the card to show this?

Did you check the readme where all the options are documented? You need to add: aqi_sensor: sensor.air_quality_index

thank you, I don't know how I missed it 😄