Skip to content

Releases: gadgetchnnel/lovelace-home-feed-card

0.2.12b1

08 Sep 18:45
Compare
Choose a tag to compare
0.2.12b1 Pre-release
Pre-release

Use the card title as well as the page name in localStorage cache to avoid issues when there are multiple instances of the card in the same view.

0.2.11

06 Sep 20:58
Compare
Choose a tag to compare

Public release of 0.2.11 with following updates:

  • Refactored to use LitElement instead of Polymer.Element to prevent flickering issues on Home Assistant 0.98
  • Fixed show_empty logic (this was lost during the LitElement refactor)
  • Fix for issue where the card would lose the config object
  • Prevent history API being called if there are no entities requiring history
  • Fix never-ending notification refresh if no calendars defined
  • Hide last horizontal line - PR from @rdehuyss
  • Fix error messages when no entities defined

0.2.11b7

06 Sep 16:53
Compare
Choose a tag to compare
0.2.11b7 Pre-release
Pre-release

Fix error messages when no entities defined

0.2.11b6

06 Sep 13:25
8bb4830
Compare
Choose a tag to compare
0.2.11b6 Pre-release
Pre-release

Hide last horizontal line - thanks @rdehuyss

0.2.11b5

06 Sep 10:14
Compare
Choose a tag to compare
0.2.11b5 Pre-release
Pre-release

Fix never-ending notification refresh if no calendars defined

0.2.11b4

05 Sep 20:22
Compare
Choose a tag to compare
0.2.11b4 Pre-release
Pre-release

Prevent history API being called if there are no entities requiring history

0.2.11b3

29 Aug 20:11
Compare
Choose a tag to compare
0.2.11b3 Pre-release
Pre-release

Fix an issue where the card would lose the config object

0.2.11b2

29 Aug 19:56
Compare
Choose a tag to compare
0.2.11b2 Pre-release
Pre-release

Fix the show_empty logic (this was lost during the LitElement refactor).

0.2.11b1

29 Aug 19:33
Compare
Choose a tag to compare
0.2.11b1 Pre-release
Pre-release

No new features in this release, just a refactoring to use LitElement instead of Polymer.Element.
This should hopefully resolve the issues with this card on Home Assistant 0.98 and also make it perform better.

0.2.10

29 Aug 19:27
b4b056b
Compare
Choose a tag to compare

Public release of version 0.2.10