Skip to content

0.4.1b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gadgetchnnel gadgetchnnel released this 21 Mar 10:49
· 71 commits to dev since this 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}}'