Documentation fix
This commit is contained in:
parent
8555379596
commit
a310c8130b
@ -8,7 +8,7 @@ Make a group from entities in a lovelace entities card - and fold them away when
|
|||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| type | string | **Required** | `custom:fold-entity-row`
|
| type | string | **Required** | `custom:fold-entity-row`
|
||||||
| head | string/object | **Required** | The entity or row that should be the header
|
| head | entity/object | **Required** | The entity or row that should be the header
|
||||||
| items | list | none | Entites or rows to put in the fold
|
| items | list | none | Entites or rows to put in the fold
|
||||||
| group_config | object | none | Extra options to put on each item in the list
|
| group_config | object | none | Extra options to put on each item in the list
|
||||||
| open | boolean | false | Set to true to have the fold opened by default
|
| open | boolean | false | Set to true to have the fold opened by default
|
||||||
@ -43,6 +43,8 @@ entities:
|
|||||||
|
|
||||||
### Groups will populate the fold automatically
|
### Groups will populate the fold automatically
|
||||||
|
|
||||||
|
If the head is a group, `items:` will be ignored and the fold will instead be filled with the entities in the group.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
type: entities
|
type: entities
|
||||||
title: Folding groups
|
title: Folding groups
|
||||||
@ -56,4 +58,3 @@ entities:
|
|||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user