From 562f92c8891e7f44e6207f4f80979fc75546478f Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 30 Sep 2019 23:04:16 -0500 Subject: [PATCH 1/3] add title option to stack cards --- 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 9a5ab1d03086..15c8f6ea3eec 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 Shopping List + 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 146f009220da..44e668243c2e 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 Shopping List + 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 From faddbc3ba58865a2c3fdf2da4fa1cafc2b58e96a Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Thu, 10 Oct 2019 15:55:10 -0500 Subject: [PATCH 2/3] Update horizontal-stack.markdown --- source/_lovelace/horizontal-stack.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/horizontal-stack.markdown b/source/_lovelace/horizontal-stack.markdown index 15c8f6ea3eec..0c3c05a45810 100644 --- a/source/_lovelace/horizontal-stack.markdown +++ b/source/_lovelace/horizontal-stack.markdown @@ -13,7 +13,7 @@ type: type: string title: required: false - description: Title of Shopping List + description: Title of Stack type: string cards: required: true From 36f8d9d3545d77483f38c244d027fda7ad025d4f Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Thu, 10 Oct 2019 15:55:28 -0500 Subject: [PATCH 3/3] Update vertical-stack.markdown --- source/_lovelace/vertical-stack.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index 44e668243c2e..c918c3cc4ef6 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -13,7 +13,7 @@ type: type: string title: required: false - description: Title of Shopping List + description: Title of Stack type: string cards: required: true