Skip to content

Releases: gadgetchnnel/lovelace-home-feed-card

0.4.1b4

23 Mar 21:02
Compare
Choose a tag to compare
0.4.1b4 Pre-release
Pre-release

More all-day event fixes

0.4.1b3

21 Mar 19:38
Compare
Choose a tag to compare
0.4.1b3 Pre-release
Pre-release

Fix for multi-item entities with null list attribute

0.4.1b2

21 Mar 11:19
Compare
Choose a tag to compare
0.4.1b2 Pre-release
Pre-release

Possible fix for future dated all-day calendar events incorrectly showing "Today"

0.4.1b1

21 Mar 10:49
Compare
Choose a tag to compare
0.4.1b1 Pre-release
Pre-release

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

20 Mar 21:20
e543ede
Compare
Choose a tag to compare
  • 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

04 Mar 19:52
Compare
Choose a tag to compare
0.4.0b3 Pre-release
Pre-release
  • Fixed calendar_days_back option
  • Added history_days_back option

0.4.0b2

02 Mar 13:40
Compare
Choose a tag to compare
0.4.0b2 Pre-release
Pre-release
  • Refactoring of helper classes
  • Fix an issue where old history items remain in cache after removing all entities from config

0.4.0b1

01 Mar 16:31
Compare
Choose a tag to compare
0.4.0b1 Pre-release
Pre-release

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

29 Feb 14:05
51f8ccd
Compare
Choose a tag to compare

Release version of fixes for Home Assistant 0.106

0.3.9b3

21 Feb 22:28
2eed913
Compare
Choose a tag to compare
0.3.9b3 Pre-release
Pre-release

Removed zip release