github thomasloven/lovelace-auto-entities 1.7.0
Lots of improvements

latest releases: v1.13.0, 1.12.1, 1.12.0...
3 years ago
  • 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' }] }}

Don't miss a new lovelace-auto-entities release

NewReleases is sending notifications on new releases.