We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6609136 commit 29886c3Copy full SHA for 29886c3
1 file changed
src/tabbed-card.ts
@@ -72,7 +72,7 @@ export class TabbedCard extends LitElement {
72
static getStubConfig() {
73
return {
74
options: {},
75
- tabs: [{ label: "Sun", card: { type: "entity", entity: "sun.sun" } }],
+ tabs: [{ card: { type: "entity", entity: "sun.sun" }, attributes: { label: "Sun" } }],
76
};
77
}
78
0 commit comments