Update integration-card.ts

This commit is contained in:
Paulus Schoutsen 2022-01-07 17:24:56 -08:00 committed by GitHub
parent 2bcf816b77
commit 08863348dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}