Convert all major views to separate chunks.

This commit is contained in:
Dermot Duffy
2022-10-09 11:39:27 -07:00
parent d70b80c1ba
commit ead0026650
6 changed files with 22 additions and 20 deletions
+3
View File
@@ -8,6 +8,9 @@ import { CameraConfig, FrigateCardMediaPlayer } from '../../types.js';
import { getCameraTitle } from '../../utils/camera.js';
import { dispatchErrorMessageEvent, dispatchMessageEvent } from '../message.js';
import '../../patches/ha-camera-stream';
import '../../patches/ha-hls-player.js';
import '../../patches/ha-web-rtc-player.ts';
@customElement('frigate-card-live-ha')
export class FrigateCardLiveHA extends LitElement {