dnguyen800 / air-visual-card

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

Hide weather if no weather entity specified #52

Closed ChrisRomp closed 2 years ago

ChrisRomp commented 2 years ago

Hide the weather info if no weather entity has been specified. Treats this the same as if hide_weather is true.

Note for dev: Perhaps consider getting rid of hide_weather property altogether and only using the presence or absence of the weather sensor property to determine the Boolean value.

Fixes #51.