Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_lovelace/horizontal-stack.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ type:
required: true
description: horizontal-stack
type: string
title:
required: false
description: Title of Stack
type: string
cards:
required: true
description: List of cards.
Expand All @@ -21,6 +25,7 @@ cards:

```yaml
type: horizontal-stack
title: Lights
cards:
- type: picture-entity
image: /local/bed_1.png
Expand Down
5 changes: 5 additions & 0 deletions source/_lovelace/vertical-stack.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ type:
required: true
description: vertical-stack
type: string
title:
required: false
description: Title of Stack
type: string
cards:
required: true
description: List of cards.
Expand All @@ -23,6 +27,7 @@ Basic example:

```yaml
type: vertical-stack
title: Backyard
cards:
- type: picture-entity
entity: camera.demo_camera
Expand Down