mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Updated docs to rename column and row (#45)
This commit is contained in:
parent
dd7197956a
commit
f0cf27fbea
@ -12,13 +12,6 @@ These cards are WIP and things may change.
|
||||
| type | string | **Required** | `camera-preview`
|
||||
| entity | string | **Required** | Entity id of `camera` domain
|
||||
|
||||
## Column
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| type | string | **Required** | `column`
|
||||
| cards | list | **Required** | List of cards
|
||||
|
||||
## Entities
|
||||
|
||||
| Name | Type | Default | Description
|
||||
@ -61,6 +54,13 @@ Filter options:
|
||||
| hours_to_show | integer | 24 | Hours to show
|
||||
| refresh_interval | integer | 0 | Refresh interval in seconds
|
||||
|
||||
## Horizontal stack
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| type | string | **Required** | `horizontal-stack`
|
||||
| cards | list | **Required** | List of cards
|
||||
|
||||
## Iframe
|
||||
|
||||
| Name | Type | Default | Description
|
||||
@ -152,11 +152,11 @@ Style options (CSS):
|
||||
| type | string | **Required** | `plant-status`
|
||||
| entity | string | **Required** | Entity id of `plant` domain
|
||||
|
||||
## Row
|
||||
## Vertical stack
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| type | string | **Required** | `row`
|
||||
| type | string | **Required** | `vertical-stack`
|
||||
| cards | list | **Required** | List of cards
|
||||
|
||||
## Weather forecast
|
||||
|
Loading…
x
Reference in New Issue
Block a user