mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +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 {
|
||||
@property({ attribute: false }) hass?: HomeAssistant;
|
||||
|
||||
@ -352,6 +352,6 @@ export class DemoIntegrationCard extends LitElement {
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
"demo-rest-integration-card": DemoIntegrationCard;
|
||||
"demo-misc-integration-card": DemoIntegrationCard;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user