This commit is contained in:
Paulus Schoutsen 2019-03-27 21:12:15 -07:00
parent eac37af18c
commit 40863db138

View File

@ -38,7 +38,7 @@ export interface EntitiesCardConfig extends LovelaceCardConfig {
export interface EntityButtonCardConfig extends LovelaceCardConfig {
entity: string;
name?: string;
snow_name?: boolean;
show_name?: boolean;
icon?: string;
show_icon?: boolean;
theme?: string;