Clean lit-plugin warnings

This commit is contained in:
Dermot Duffy
2022-06-19 07:30:08 +00:00
parent 2027d32e7f
commit ffa31c05ed
28 changed files with 464 additions and 552 deletions
+6
View File
@@ -93,3 +93,9 @@ customElements.whenDefined('ha-web-rtc-player').then(() => {
}
}
});
declare global {
interface HTMLElementTagNameMap {
'frigate-card-ha-web-rtc-player': FrigateCardHaWebRtcPlayer;
}
}