Removing Column width variable in interface

This commit is contained in:
Zack Arnett 2018-10-18 09:06:29 -04:00 committed by GitHub
parent a113c71de7
commit 4a7ff3cd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ interface Config extends LovelaceConfig {
show_name?: boolean;
show_state?: boolean;
title?: string;
column_width?: string;
theme?: string;
entities: EntityConfig[];
}