Skip to content

Can't include head: options when using inside a auto-entities group filter #230

@ajma

Description

@ajma

My Home Assistant version: 2021.09.7

Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.12

What I am doing: Trying to set head inside a auto-entities group filter

What I expected to happen: entity shows up with secondary-info in the head

What happened instead: secondary-info isn't showing up. the entities inside the group are showing up with the right state but without the secondary info

Minimal steps to reproduce:

# The least amount of code possible to reproduce my error

type: custom:auto-entities
card:
  type: entities
filter:
  include:
    - group: light.downstairs
      or:
        - state: 'on'
      options:
        type: custom:fold-entity-row
        head:
          entity: light.downstairs
          secondary_info: last-changed
        group_config:
          secondary_info: last-changed


# End of code

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the plugin.
  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions