Skip to content

Releases: dnguyen800/air-visual-card

Community fixes

01 Jun 16:40
87ba494
Compare
Choose a tag to compare

To fix #58 and partial fix for #61. Thank you @bmcclure and @asifkassam .

What's Changed

  • Update air-visual-card.js by @asifkassam in #62
  • Add "overflow: hidden" style to card by @bmcclure in #59

New Contributors

  • @asifkassam made their first contribution in #62
  • @bmcclure made their first contribution in #59

Full Changelog: 2.0.2...2.0.3

make 'unit_of_measurement' a configurable field

06 Feb 05:26
Compare
Choose a tag to compare

unit_of_measurement attribute is no longer provided to AirVisual sensors, so I updated attribute to be configurable. The card editor is broken, so you will need to configure the card via YAML.

use the following YAML in your card to configure:

unit_of_measurement: 'AQI'

Bugfixes from community

03 Dec 01:41
afd7a87
Compare
Choose a tag to compare

Fixes #55 and #52, thanks

Release 2.0.0! Major changes

30 Sep 20:49
Compare
Choose a tag to compare

Major release! I finally updated this card to match the current style on www.iqair.com.

  • Rewrote CSS grid--hopefully the code is easier to follow
  • Added new weather images, humidity data, wind data if a weather entity is selected
  • Cleaned up border-radius and colors to improve theme compatibility (moreso on light/dark themes)
  • Added more bugs, probably.

I did not test on all devices so submit any issues you find.

Added visual card editor

07 Sep 04:42
7da9cbb
Compare
Choose a tag to compare
  • Added a visual card editor using code from Weather card. If there are errors, I'll probably disable the editor until I know what I'm doing :)

Localization updates, defined stubConfig

05 Sep 17:46
Compare
Choose a tag to compare

Since this card is functional enough, I'll call this release 1.0 and follow semantic versioning going forward.

No major updates that breaks anything (I think).

  • Lovelace config defaults to US Airvisual sensor entity names
  • Localized AQI description and pollutant level. Thanks @Swampen for figuring this out

Workaround for issue #48

31 Aug 00:15
Compare
Choose a tag to compare
  • Workaround for issue #48 .

  • Merged #46, though I couldn't get it working in my tests.

Fixes WAQI parse check

30 Apr 23:31
46ff440
Compare
Choose a tag to compare

Fix flickering face image

07 Jan 00:46
Compare
Choose a tag to compare

Dirty fix for flickering face image issue #29 . Thanks @Swampen !

fix border radius when hide_title is true

06 Jan 04:45
Compare
Choose a tag to compare