Releases: dnguyen800/air-visual-card
Releases · dnguyen800/air-visual-card
Fix flickering face image
fix border radius when hide_title is true
add option to hide face icon
Add option to hide face icon. Thanks @Swampen !
Fix border radius used in HA themes
- @Swampen fixed card rounded corners not following HA theme
Bug fixes
- Text color fixes by @jeremywillans
- Temperature reading from Weather entities by @jeremywillans
- Added display for card version in browser's console (hard-coded for now)
Fix to support HA 0.106
- Removed code that modified the HA config object, since that is not allowed anymore.
Create an issue if the fix doesn't work. For some reason, I can't test properly as the previous and new release both work on my HA 0.106 instance (I do disable cache)
Bug fixes
Fixes Lovelace UI crash when an incorrect sensor name or a sensor without proper attributes is used.
bug fixes
- added country: as a config option to replace hard-coded 'US AQI'
- fix AQI level reporting AQI 50 as 'moderate' instead of 'good'
- fix bug in weather icon 'partly-cloudy'
- remove some hard-coded values like 'µg/m³'
Hacktober fest updates
- add option to hide title
- removed some hard-coded colors to work with dark themes (requires defining the variable
background-color:
in your CSS theme
If you have a line like below in your Home Assistant theme, the card will use that color.
background-color: '#F7F8F9'
0.0.6
- 'More Info' window added on tap action
- better error handling