Fix button card not showing visual editor on add (#5256)

This commit is contained in:
Bram Kragten 2020-03-18 23:32:03 +01:00 committed by GitHub
parent 780c15d6b3
commit fd62cf02d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
hold_action: { action: "more-info" },
show_icon: true,
show_name: true,
state_color: true,
entity: foundEntities[0] || "",
};
}