mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Typo
This commit is contained in:
parent
eac37af18c
commit
40863db138
@ -38,7 +38,7 @@ export interface EntitiesCardConfig extends LovelaceCardConfig {
|
|||||||
export interface EntityButtonCardConfig extends LovelaceCardConfig {
|
export interface EntityButtonCardConfig extends LovelaceCardConfig {
|
||||||
entity: string;
|
entity: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
snow_name?: boolean;
|
show_name?: boolean;
|
||||||
icon?: string;
|
icon?: string;
|
||||||
show_icon?: boolean;
|
show_icon?: boolean;
|
||||||
theme?: string;
|
theme?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user