Merge pull request #6960 from zsarnett/glance-update

Glance update to take out column width
This commit is contained in:
DubhAd 2018-10-19 18:23:14 +01:00 committed by GitHub
commit 697d2a007d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,11 +40,6 @@ show_state:
description: Show entity state-text. description: Show entity state-text.
type: boolean type: boolean
default: "true" default: "true"
column_width:
required: false
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%
theme: theme:
required: false required: false
description: "Set to any theme within `themes.yaml`" description: "Set to any theme within `themes.yaml`"