Skip to content

Releases: dnguyen800/air-visual-card

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

add option to hide face icon

11 Nov 01:26
bcbc271
Compare
Choose a tag to compare

Add option to hide face icon. Thanks @Swampen !

Fix border radius used in HA themes

11 May 15:24
63493d6
Compare
Choose a tag to compare
  • @Swampen fixed card rounded corners not following HA theme

Bug fixes

11 Mar 15:38
Compare
Choose a tag to compare
  • 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

28 Feb 04:17
Compare
Choose a tag to compare
  • 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

25 Jan 23:07
Compare
Choose a tag to compare

Fixes Lovelace UI crash when an incorrect sensor name or a sensor without proper attributes is used.

bug fixes

17 Oct 03:16
Compare
Choose a tag to compare
  • 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

15 Oct 00:35
Compare
Choose a tag to compare
  • 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

26 Jul 17:49
Compare
Choose a tag to compare
  • 'More Info' window added on tap action
  • better error handling