mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update vertical-stack.markdown
Minor cleanup and fixing typos Changed all config sections to use {% configuration %} tag.
This commit is contained in:
parent
f4e31fd156
commit
b039a09459
@ -12,12 +12,20 @@ footer: true
|
||||
|
||||
Stack card will allow you to stack together multiple cards so they always sit together in the same column one on top of the other. Keep in mind this can be used with any cards, and even used alongside a [horizontal-stack](/lovelace/horizontal-stack/).
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| type | string | **Required** | `vertical-stack`
|
||||
| cards | list | **Required** | List of cards
|
||||
{% linkable_title Options %}
|
||||
|
||||
**Example**
|
||||
{% configuration %}
|
||||
type:
|
||||
required: true
|
||||
description: vertical-stack
|
||||
type: string
|
||||
cards:
|
||||
required: true
|
||||
description: List of cards
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
{% linkable_title Example %}
|
||||
|
||||
Basic example
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user