Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Prefer head: over entity: #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 28, 2022

  1. Prefer head: over entity:

    When both entity: and head: are included, entity: will supersede head:. Some components (like auto-entities) will automatically set entity: and so any head: options will get ignored.
    
    Use case:
    ```
    type: custom:auto-entities
    card:
      type: entities
    filter:
      include:
        - group: light.downstairs
          options:
            type: custom:fold-entity-row
            head:
              entity: this.entity_id
              secondary_info: last-changed
    ```
    ajma committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    863787b View commit details
    Browse the repository at this point in the history