Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.04 KB

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