mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 11:56:29 +00:00
Fix name instead of title
This commit is contained in:
parent
9a6b1fde1a
commit
7867c63985
@ -17,17 +17,24 @@ These cards are WIP and things may change.
|
|||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| type | string | **Required** | `entities`
|
| type | string | **Required** | `entities`
|
||||||
| entities | list | **Required** | Entity id's
|
| entities | list | **Required** | Entity id's or entity objects (see description below)
|
||||||
| title | string | Optional | Card title
|
| title | string | Optional | Card title
|
||||||
| show_header_toggle | boolean | true | Button to turn on/off all entities
|
| show_header_toggle | boolean | true | Button to turn on/off all entities
|
||||||
|
|
||||||
|
Entity object:
|
||||||
|
|
||||||
|
| Name | Type | Default | Description
|
||||||
|
| ---- | ---- | ------- | -----------
|
||||||
|
| entity | Entity ID | **Required** | The Entity ID to show
|
||||||
|
| name | string | **Optional** | Override the name of the entity in the card.
|
||||||
|
|
||||||
## Entity filter
|
## Entity filter
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| type | string | **Required** | `entity-filter`
|
| type | string | **Required** | `entity-filter`
|
||||||
| filter | list | **Required** | See filter description
|
| filter | list | **Required** | See filter description below.
|
||||||
| card | object | `{'type': 'entities'}` | Extra options to pass down to the card rendering the result.
|
| card | object | **Optional** | A card configuration to use to render the results. See any other card on this page.
|
||||||
|
|
||||||
Filter options:
|
Filter options:
|
||||||
|
|
||||||
@ -42,9 +49,16 @@ Filter options:
|
|||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| type | string | **Required** | `glance`
|
| type | string | **Required** | `glance`
|
||||||
| entities | list | **Required** | Entity id's or `{'entity': ''entity_id', 'title': 'title'}`
|
| entities | list | **Required** | Entity id's or entity objects (see description below)
|
||||||
| title | string | Optional | Card title
|
| title | string | Optional | Card title
|
||||||
|
|
||||||
|
Entity object:
|
||||||
|
|
||||||
|
| Name | Type | Default | Description
|
||||||
|
| ---- | ---- | ------- | -----------
|
||||||
|
| entity | Entity ID | **Required** | The Entity ID to show
|
||||||
|
| name | string | **Optional** | Override the name of the entity in the card.
|
||||||
|
|
||||||
## History graph
|
## History graph
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user