Fix state_color for button (#4995)

This commit is contained in:
Ian Richardson 2020-02-26 16:03:47 -06:00 committed by GitHub
parent 0de9471a5d
commit 788d616fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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