Skip to content

Releases: thomasloven/lovelace-auto-entities

Fix sorting issue

12 Mar 20:11
Compare
Choose a tag to compare
1.8.3

Fix problem with unavailable entities

Restore simplified template functionality. Fix usage in stacks

08 Mar 20:07
Compare
Choose a tag to compare

Fix stacking with auto-entities

08 Mar 12:29
Compare
Choose a tag to compare
1.8.1

Fix getCardSize

Lots of tweaks - and GUI editor

07 Mar 20:53
Compare
Choose a tag to compare
1.8.0

Go back to ha-yaml-editor

Lots of improvements

21 Nov 19:52
Compare
Choose a tag to compare
  • Sorting by last_updated now sorts by last_updated instead of last_changed
  • Device names with non-ascii characters should work
  • Added a logical OR filter
  • Add card_param
    This lets you (among other things) use auto-entities to populate stack cards with other cards.
    Remember to set a card that actually takes a list of cards, and to set a card type in the filter options.
    image
type: custom:auto-entities
filter:
  include:
    - domain: light
      options:
        type: entity
card:
  type: grid
  • Leverage the new typed templates
    This lets you do things like
filter:
  template: "{{ state.light | selectattr('state', '==', 'on') | list }}"

or

filter:
  template: "{{ ['light.bed_light', 'light.ceiling_lights', {'entity': 'light.kitchen_lights', 'name': 'Kitchen' }] }}

Fix for Home Assistant 0.106

19 Feb 15:02
Compare
Choose a tag to compare
16

Fix for 0.106 - bump card-tools

Fix problem with overwriting config in 0.105

13 Feb 23:10
Compare
Choose a tag to compare
15

Fix overwriting config problem

Add support for Home Assistant Cast

14 Jan 21:47
Compare
Choose a tag to compare
14

Add support for Cast. Fix #69

Add support for selecting entities by jinja2 template

09 Jan 21:04
Compare
Choose a tag to compare

Allow spaces in attributes

09 Jan 11:08
Compare
Choose a tag to compare