Releases: gadgetchnnel/lovelace-home-feed-card
0.4.1b4
More all-day event fixes
0.4.1b3
Fix for multi-item entities with null list attribute
0.4.1b2
Possible fix for future dated all-day calendar events incorrectly showing "Today"
0.4.1b1
Support multi-item entities where the list attribute contains list of strings rather than objects. These are treated as objects like {value:"string value"} and so can be referred to in content_template as {{value}}, for example:
type: 'custom:home-feed-card'
title: Shopping List
card_id: shopping_list
entities:
- entity: calendar.shopping_list
multiple_items: true
list_attribute: all_tasks
content_template: '{{value}}'
0.4.0
- Refactored to use Node.js
- Fix an issue where old history items remain in cache after removing all entities from config
- Fixed calendar_days_back option
- Added history_days_back option
- Added card_id option to override key used for caching in Local Storage (default is Page URL + Card Title)
- Optimisation of libraries
- Vulnerability fixes in libraries
Note: As part of the optimisation, not all locales are included when importing Moment. It should include all locales supported by Home Assistant, but if you have issues (e.g. it falls back to english for your locale) please let me know and I will add the locales to those which are imported.
0.4.0b3
- Fixed calendar_days_back option
- Added history_days_back option
0.4.0b2
- Refactoring of helper classes
- Fix an issue where old history items remain in cache after removing all entities from config
0.4.0b1
This new version contains no new functionality, but has been refactored to use Node JS and webpack in order to produce a single Javascript file, which should both avoide the issues with installing via HACS and make the code easier to maintain in future.
WARNING: This is the first time I have used webpack, so there may be issues
0.3.9
Release version of fixes for Home Assistant 0.106
0.3.9b3
Removed zip release