Skip to content

Releases: gadgetchnnel/lovelace-home-feed-card

0.3.4b1

19 Nov 19:27
Compare
Choose a tag to compare
0.3.4b1 Pre-release
Pre-release
  • Format inline images to fit card
  • Sort items from multi-item entities in descending order of timestamp before truncating to max_items count

0.3.3

15 Nov 18:05
Compare
Choose a tag to compare

Set locale of Moment module based on browser language

0.3.2

05 Nov 19:20
Compare
Choose a tag to compare

Change module imports to local files to avoid unpkg issues.

0.3.1

05 Nov 15:52
3fde2ca
Compare
Choose a tag to compare

Updated version number

0.3.0

05 Nov 15:06
Compare
Choose a tag to compare

Promoting 0.3.0 to release

0.3.0b3

30 Oct 17:23
Compare
Choose a tag to compare
0.3.0b3 Pre-release
Pre-release
  • Use notification id to generate title if title is not present
  • Attempt to implement translations for <1 minute ago and in >1 minute
  • Add exact_durations option

0.3.0b2

25 Oct 11:04
Compare
Choose a tag to compare
0.3.0b2 Pre-release
Pre-release

Fix hr element when in non-compact mode

0.3.0b1

24 Oct 14:41
08fd292
Compare
Choose a tag to compare
0.3.0b1 Pre-release
Pre-release

A few experimental updates.

  • A compact_mode option, which displays the time to the right of the feed item instead of underneath (also removes dismiss button from notifications)
  • Expand more_info_on_tap to work with calendar events, multi-item entities (requires new detail_template option), and notifications. If compact_mode is enabled this will also make notifications clickable/tappable (regardless of more_info_on_tap setting) to allow them to be dismissed from the feed.
  • A detail_template option for multi-item entities. This uses the built-in Markdown card meaning that full Jinja2 templating can be used. The item properties can be used in the Jinja2 template via the config.item property

0.2.12

14 Oct 18:37
869f26e
Compare
Choose a tag to compare

Promoting latest beta changes to release

0.2.12b2

14 Sep 09:30
Compare
Choose a tag to compare
0.2.12b2 Pre-release
Pre-release
  • Refactored LitElement code
  • Re-added max_item_count logic (was lost in previous refactoring)