From a7a07e2f3dd2b06cc9b7099bd2908c7fbe312094 Mon Sep 17 00:00:00 2001 From: c727 Date: Tue, 17 Jul 2018 21:23:35 +0200 Subject: [PATCH] Lovelace: Add column width for glance + fix key name (#5811) --- source/_lovelace/glance.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 9dc6c021bc7..f1aceb91e53 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -30,9 +30,9 @@ title: required: false description: Card title type: string -show_title: +show_name: required: false - description: Show entity titles. + description: Show entity names. type: boolean default: "true" show_state: @@ -40,6 +40,11 @@ show_state: description: Show entity state-text. type: boolean default: "true" +column_width: + required: false + description: "Column width as CSS length like `100px` or `calc(100% / 7)`." + type: string + default: 20% {% endconfiguration %} ## {% linkable_title Options For Entities %}