2018-09-28 20:50:23 +02:00
2018-09-28 20:50:23 +02:00
2018-09-28 20:50:23 +02:00

folding-group-entity-row

Display all entities in a group on a lovelace entities card - and fold it away when you don't want to see it.


resources:
  - url: /local/folding-group-entity-row.js
    type: js

views:
  - title: My view
    cards:
    - type: entities
      entities:
      - entity: group.my_group
        type: custom:folding-group-entity-row

folding_group_demo1

Other options

  • config: Config options to apply to each row in the group - same as for entity card
  • group_config: Config options to apply to the group row - same as for entity card

Example:

      - entity: group.my_group
        type: custom:folding-group-entity-row
        config:
          secondary_info: entity-id
        group_config:
          secondary_info: last-changed
          type: custom:toggle-lock-entity-row

folding_group_demo2

Description
No description provided
Readme 107 KiB
Languages
JavaScript 100%