mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix button card not showing visual editor on add (#5256)
This commit is contained in:
parent
780c15d6b3
commit
fd62cf02d6
@ -65,7 +65,6 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
|
|||||||
hold_action: { action: "more-info" },
|
hold_action: { action: "more-info" },
|
||||||
show_icon: true,
|
show_icon: true,
|
||||||
show_name: true,
|
show_name: true,
|
||||||
state_color: true,
|
|
||||||
entity: foundEntities[0] || "",
|
entity: foundEntities[0] || "",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user