Skip to content

Releases: gadgetchnnel/lovelace-home-feed-card

0.3.9b2

21 Feb 20:56
76416d4
Compare
Choose a tag to compare
0.3.9b2 Pre-release
Pre-release

Try using zipped release

0.3.9b1

19 Feb 18:57
Compare
Choose a tag to compare
0.3.9b1 Pre-release
Pre-release

Try to fix the can't define property "exclude_states": Object is not extensible" error in HA 0.106

0.3.8

07 Feb 19:19
Compare
Choose a tag to compare

Fix for history entities showing the current value for attributes in the popup when clicked on rather than the historical value.

0.3.7

07 Feb 07:26
Compare
Choose a tag to compare

Fix for popups on 0.105

Note: this is an improved version of the fix in 0.3.6, which has been deleted as could prevent standard more-info popups from working after this card opened a popup).

0.3.5

16 Jan 10:33
dc50bd7
Compare
Choose a tag to compare

Release version of 0.3.5 features

0.3.5b3

08 Jan 18:02
Compare
Choose a tag to compare
0.3.5b3 Pre-release
Pre-release

Prevent non-existent entities from breaking feed - these will now show the standard "Entity not available" message as with the standard Lovelace cards.

0.3.5b2

05 Jan 10:10
71d6224
Compare
Choose a tag to compare
0.3.5b2 Pre-release
Pre-release

Added options to control number of days of calendar events to display:

  • calendar_days_back (defaults to 0)
  • calendar_days_forward (defaults to 1)

Example:

type: 'custom:home-feed-card'
title: Home Feed
calendars:
  - calendar.home_calendar
calendar_days_back: 1
calendar_days_forward: 7

0.3.5b1

04 Jan 11:16
Compare
Choose a tag to compare
0.3.5b1 Pre-release
Pre-release

Added special handling for automation entities. These are now handled slightly differently from other entities. The differences are as follows:

  • The last_triggered attribute is used for the timestamp rather than the last_changed attribute, allowing them to be sorted by when they were triggered
  • Automations which have never been triggered (last_triggered is None) will be excluded
  • The state of automations will always be "Triggered", so will display by default as "Automation Name @ Triggered" in the feed (this can be overridden as normal using the content_template option)

0.3.4

04 Jan 10:48
fdbb20a
Compare
Choose a tag to compare

Non-beta release of 0.3.4 changes:

  • Format inline images to fit card
  • Sort items from multi-item entities in descending order of timestamp before truncating to max_items count
  • Updated CSS to avoid stretching of images

0.3.4b2

19 Nov 20:34
Compare
Choose a tag to compare
0.3.4b2 Pre-release
Pre-release

Updated CSS to avoid stretching of images