Skip to content

Commit e84262f

Browse files
committed
chore: release v2.9.1
1 parent 7839e7d commit e84262f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

air-quality-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Air Quality Card v2.9.0
2+
* Air Quality Card v2.9.1
33
* A custom Home Assistant card for air quality visualization
44
* Thresholds based on WHO 2021 guidelines and ASHRAE standards
55
*
66
* https://github.com/KadenThomp36/air-quality-card
77
*/
88

9-
const CARD_VERSION = '2.9.0';
9+
const CARD_VERSION = '2.9.1';
1010

1111
// Shared color palettes for the 5-tier color scale used across metrics.
1212
const SCALE_AIRQUALITY = ['#4caf50', '#8bc34a', '#ffc107', '#ff9800', '#f44336']; // green → red

0 commit comments

Comments
 (0)