Break circular dependency.

This commit is contained in:
Dermot Duffy
2022-09-22 17:44:43 -07:00
parent eb1b44eb27
commit ca831a7184
4 changed files with 1266 additions and 1251 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import './surround.js';
import './timeline';
import './timeline-core.js';
import {
CSSResultGroup,
@@ -43,7 +43,7 @@ declare module 'view' {
}
@customElement('frigate-card-surround-thumbnails')
export class FrigateCardSurround extends LitElement {
export class FrigateCardSurroundThumbnails extends LitElement {
@property({ attribute: false })
public hass?: ExtendedHomeAssistant;
@@ -222,6 +222,6 @@ export class FrigateCardSurround extends LitElement {
declare global {
interface HTMLElementTagNameMap {
'frigate-card-surround-thumbnails': FrigateCardSurround;
'frigate-card-surround-thumbnails': FrigateCardSurroundThumbnails;
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
import { HomeAssistant } from 'custom-card-helpers';
import { z } from 'zod';
import { localize } from '../localize/localize';
import { CameraConfig, ExtendedHomeAssistant, FrigateCardError } from '../types';
import { ExtendedHomeAssistant, FrigateCardError } from '../types';
import { homeAssistantWSRequest } from './ha';
export const FRIGATE_ICON_SVG_PATH =