From 4834e4f471f8567fbcfb80f670abbfdd8b50b094 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 27 Oct 2018 12:56:59 +0100 Subject: [PATCH] Adding columns back in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I know this was merged in https://github.com/home-assistant/home-assistant.io/pull/7014 - but it seems to be missing 🤷‍♂️ --- source/_lovelace/glance.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index ce35cb5f6d9..32611e47f59 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -44,6 +44,10 @@ theme: required: false description: "Set to any theme within `themes.yaml`" type: string +columns: + required: false + description: Number of columns to show. If not specified the number will be set automatically. + type: integer {% endconfiguration %} ## {% linkable_title Options For Entities %}