Releases: gadgetchnnel/lovelace-home-feed-card
0.3.9b2
Try using zipped release
0.3.9b1
Try to fix the can't define property "exclude_states": Object is not extensible" error in HA 0.106
0.3.8
Fix for history entities showing the current value for attributes in the popup when clicked on rather than the historical value.
0.3.7
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
Release version of 0.3.5 features
0.3.5b3
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
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
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
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
Updated CSS to avoid stretching of images