Releases: dnguyen800/quote-of-the-day-card
Releases · dnguyen800/quote-of-the-day-card
fixed crazy speed & border-radius
- fixed fast changing quotes using PR #41 in air-visual-card as an example. But now it only shows one quote all the time. Better than nothing!
- added border-radius CSS variable in certain parts so card-mod should now work when setting border-radius
Fix to support HA 0.106
- Remove code that modifies HA config object
Fix for Feedparser v0.0.8 or later
This card wasn't working with Feedparser v0.0.8 or later due to a breaking change in how Feedparser data was stored. This release should fix the issue.
Make sure to add feed_attribute: entries
to the card's configuration. Thanks @k2v1n58 for figuring this out.
0.0.3
- Moved files for better HACS repo detection
- Added default background image if local image is not listed in config
New features added
A few updates:
- Adjusted header size based on length of the quote. Should fix the display of lengthy quotes.
- More than one quote can be displayed randomly, with a fade in effect.
First working release
Initial release.