Code Monkey home page Code Monkey logo

lovelace-dummy-entity-row's People

Contributors

thomasloven avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mdezzi

lovelace-dummy-entity-row's Issues

Auto-entities filter doesn't work with fold-entity-row + dummy-entity-row.

Hassio 0.91.3, HassOS
Cards are all updated to latest version with custom updater.

I have an entities card that contains a fold-entity row which in turn contains an auto-entities filter that displays devices on my network which have a state of Home. The filter works fine if the head type specified in the fold-entity-row: is section.

          - type: custom:fold-entity-row
            head:
              type: section
              label: Network Devices
            entities:
            - type: custom:auto-entities
              filter:
                include:
                  - group: group.all_devices
                    options:
                      secondary_info: last-changed
                exclude:
                  - state: Away
                  - state: unknown
                  - state: not_home
                  - domain: person
              card:
                type: entities

image

If a use a dummy-entity-row for the head type in the fold-entity-row the filter does not work and the secondary info disappears. I can reinstate the last-changed info by adding it to the fold-entity configuration.

          - type: custom:fold-entity-row
            head:
              **type: custom:dummy-entity-row**
              entity: group.all_devices
              icon: mdi:network
              name: Network Devices
            **group_config:**
              **secondary_info: last-changed**
            entities:
            - type: custom:auto-entities
              filter:
                include:
                  - group: group.all_devices
                    options:
                      secondary_info: last-changed
                exclude:
                  - state: Away
                  - state: unknown
                  - state: not_home
                  - domain: person
              card:
                type: entities

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.