Skip to content

Molodax/group-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Group card

Is a simple card that expands a group to a list of entities to be used with entities, glance, etc.

Installation

Use HACS or follow this guide

resources:
  url: /local/group-card.js
  type: module

Options

Name Type Default Description
type string Required custom:group-card
card object Required Card object
group string Required The entity_id of a group

Card object

Name Type Default Description
type string Required A type of card (ex.glance) from lovelace
title object optional Title of the card
... other optional Other parameters supported by card type above

Examples

Show all with some exceptions:

- type: custom:group-card
  card:
    type: entities
    title: Group card
  group: group.bedroom

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%