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

Fixes WAQI parse check #45

Closed Swampen closed 3 years ago

Swampen commented 3 years ago

The if would always return true, because comparing something to NaN is not the same as comparing it to 'NaN'

Fixes #44

Swampen commented 3 years ago

Also fixes https://github.com/dnguyen800/air-visual-card/issues/35#issuecomment-760106624

dnguyen800 commented 3 years ago

thanks @Swampen !