Fix state_color for button (#4995)

This commit is contained in:
Ian Richardson 2020-02-26 16:03:47 -06:00 committed by Bram Kragten
parent 2298a55b16
commit 8d65eb1fdf

View File

@ -72,6 +72,7 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
double_tap_action: { action: "none" }, double_tap_action: { action: "none" },
show_icon: true, show_icon: true,
show_name: true, show_name: true,
state_color: true,
...config, ...config,
}; };