From 76f11cf79c31fc338fc016dd8d4e2d45c56f8e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Fri, 5 Oct 2018 10:27:10 +0200 Subject: [PATCH] Documentation for home-assistant/home-assistant-polymer#1732 (#6506) --- source/_lovelace/glance.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index beb4b852641..50263b5a2bf 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -45,6 +45,10 @@ column_width: 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% +theming: + required: false + description: "Set to `primary` to style the card with the background and text color of the header bar." + type: string {% endconfiguration %} ## {% linkable_title Options For Entities %}