Codereview fixes.
This commit is contained in:
@@ -3,8 +3,8 @@ import type {
|
|||||||
OverrideConfigurationKey,
|
OverrideConfigurationKey,
|
||||||
RawFrigateCardConfig,
|
RawFrigateCardConfig,
|
||||||
} from './types';
|
} from './types';
|
||||||
import { merge, cloneDeep } from 'lodash-es';
|
|
||||||
import { HassEntities } from 'home-assistant-js-websocket';
|
import { HassEntities } from 'home-assistant-js-websocket';
|
||||||
|
import { cloneDeep, merge } from 'lodash-es';
|
||||||
|
|
||||||
export interface ConditionState {
|
export interface ConditionState {
|
||||||
view?: string;
|
view?: string;
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ interface HuiConditionalElement extends HTMLElement {
|
|||||||
// A small wrapper around a HA conditional element used to render a set of
|
// A small wrapper around a HA conditional element used to render a set of
|
||||||
// picture elements.
|
// picture elements.
|
||||||
@customElement('frigate-card-elements-core')
|
@customElement('frigate-card-elements-core')
|
||||||
class FrigateCardElementsCore extends LitElement {
|
export class FrigateCardElementsCore extends LitElement {
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
protected elements: PictureElements;
|
protected elements: PictureElements;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user