mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Update integration-card.ts
This commit is contained in:
parent
2bcf816b77
commit
08863348dc
@ -217,7 +217,7 @@ const createDeviceRegistryEntries = (
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@customElement("demo-rest-integration-card")
|
@customElement("demo-misc-integration-card")
|
||||||
export class DemoIntegrationCard extends LitElement {
|
export class DemoIntegrationCard extends LitElement {
|
||||||
@property({ attribute: false }) hass?: HomeAssistant;
|
@property({ attribute: false }) hass?: HomeAssistant;
|
||||||
|
|
||||||
@ -352,6 +352,6 @@ export class DemoIntegrationCard extends LitElement {
|
|||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
"demo-rest-integration-card": DemoIntegrationCard;
|
"demo-misc-integration-card": DemoIntegrationCard;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user