thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.18k stars 111 forks source link

Options: secondary_info doesn't work with template filter #411

Open Arman-GeDon opened 6 months ago

Arman-GeDon commented 6 months ago

Version: 1.12.1 options: secondary_info doesn't work with template filter but works with include filter Example:

type: custom:auto-entities
show_empty: false
card:
  type: entities
  title: My Title
  state_color: true
filter:
  template: "{{ 'input_number.htpc_timer' }}"
  options:
    secondary_info: last-changed
ildar170975 commented 6 months ago

options cannot work with template. Not a bug. Expected behaviour.