mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix state_color for button (#4995)
This commit is contained in:
parent
2298a55b16
commit
8d65eb1fdf
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user