mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
revert remove tap action from button stub (#7018)
This commit is contained in:
parent
ca4757db5b
commit
d6aba040dd
@ -63,6 +63,9 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
|
||||
|
||||
return {
|
||||
type: "button",
|
||||
tap_action: {
|
||||
action: "toggle",
|
||||
},
|
||||
entity: foundEntities[0] || "",
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user