From b70e06aadf918eff848c5e56170cf2906b38f7e1 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 11 Oct 2019 04:36:27 -0500 Subject: [PATCH] add title option to stack cards (#10512) * add title option to stack cards * Update horizontal-stack.markdown * Update vertical-stack.markdown --- source/_lovelace/horizontal-stack.markdown | 5 +++++ source/_lovelace/vertical-stack.markdown | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/source/_lovelace/horizontal-stack.markdown b/source/_lovelace/horizontal-stack.markdown index 9a5ab1d0308..0c3c05a4581 100644 --- a/source/_lovelace/horizontal-stack.markdown +++ b/source/_lovelace/horizontal-stack.markdown @@ -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. @@ -21,6 +25,7 @@ cards: ```yaml type: horizontal-stack +title: Lights cards: - type: picture-entity image: /local/bed_1.png diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index 146f009220d..c918c3cc4ef 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -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. @@ -23,6 +27,7 @@ Basic example: ```yaml type: vertical-stack +title: Backyard cards: - type: picture-entity entity: camera.demo_camera