Taking out column width options

This commit is contained in:
Zack Arnett 2018-10-19 08:50:13 -04:00
parent b409ba7ebc
commit fb60790234

View File

@ -40,11 +40,6 @@ 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)`. 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:
required: false
description: "Set to any theme within `themes.yaml`"