Releases: dnguyen800/air-visual-card
Releases · dnguyen800/air-visual-card
2.0.5
Community fixes
What's Changed
- Refactor code, make it work for the WAQI integration, get wind speed unit from weather entity by @Chreece in #65
New Contributors
Full Changelog: 2.0.3...2.0.4
Community fixes
make 'unit_of_measurement' a configurable field
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
Release 2.0.0! Major changes
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
- 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
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