revert remove tap action from button stub (#7018)

This commit is contained in:
Bram Kragten 2020-09-15 14:45:38 +02:00 committed by GitHub
parent ca4757db5b
commit d6aba040dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,9 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
return {
type: "button",
tap_action: {
action: "toggle",
},
entity: foundEntities[0] || "",
};
}