diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index c690c4df709..5df32afcea4 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -2,7 +2,7 @@ layout: page title: "Vertical Stack Card" sidebar_label: Vertical Stack -description: "TBD" +description: "The Vertical Stack card allows you to stack multiple cards together" date: 2018-07-01 10:28 +00:00 sidebar: true comments: false @@ -10,4 +10,51 @@ sharing: true footer: true --- -TBD \ No newline at end of file +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 + +**Example** + +Basic example +```yaml +- type: vertical-stack + cards: + - type: picture-entity + entity: camera.demo_camera + show_info: false + - type: entities + entities: + - binary_sensor.movement_backyard +``` + +
+
+Screenshot of the vertical stack card.
+
+
+Screenshot of the vertical stack and horizontal stack combined in a card.
+