Group card
Source: https://github.com/ciotlosm/custom-lovelace/tree/master/group-card
Is a simple card that expands a group to a list of entities to be used with entities
, glance
, etc. Some people still wanted to reuse their automation groups to show them on the UI without redoing things.
Keep in mind that you can use this with any cards that take as parameter
entities
array (like glance, entitites, etc.).
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
FAQ: https://github.com/ciotlosm/custom-lovelace#faq
if you like the cards so much that wish to express your gratitude.