Skip to content

Commit ac438f5

Browse files
authored
Update README.md
1 parent 8e7d6f4 commit ac438f5

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

group-card/README.md

+1-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
# Group card
2-
3-
Is a simple card that expands a group to a list of entities to be used with `entities`, `glance`, etc.
4-
5-
## Options
6-
7-
| Name | Type | Default | Description
8-
| ---- | ---- | ------- | -----------
9-
| type | string | **Required** | `custom:group-card`
10-
| card | object | **Required** | Card object
11-
| group | string | **Required** | The entity_id of a group
12-
13-
Card object
14-
15-
| Name | Type | Default | Description
16-
| ---- | ---- | ------- | -----------
17-
| type | string | **Required** | A type of card (ex.`glance`) from lovelace
18-
| title | object | optional | Title of the card
19-
| ... | other | optional | Other parameters supported by card type above
20-
21-
## Examples
22-
23-
Show all with some exceptions:
24-
```yaml
25-
- type: custom:group-card
26-
card:
27-
type: entities
28-
title: Group card
29-
group: group.bedroom
30-
```
31-
32-
## Credits
33-
- [ciotlosm](https://github.com/ciotlosm)
1+
# Group card has moved to https://github.com/custom-cards/group-card

0 commit comments

Comments
 (0)