From 9bfe7a4da95b515dc7bb81a9d8b53e3a6299db27 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Mon, 13 Aug 2018 20:08:31 +0100 Subject: [PATCH] Making it clearer what column_width does (#5996) Added more words to make it clearer what it does, and how to use a value to get the number of entities you want in a row --- source/_lovelace/glance.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index ab3c553bd08..beb4b852641 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -42,7 +42,7 @@ show_state: default: "true" column_width: required: false - description: "Column width as CSS length like `100px` or `calc(100% / 7)`." + description: "Column width as CSS length like `100px` or `calc(100% / 7)`. This controls how many entities appear in a row - at the default 20% you have 5 entities in a row. Use `calc(100% / 7)` for 7 entities in a row, and so on." type: string default: 20% {% endconfiguration %}