Remove action handler includes.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// TODO Action handlers.
|
|
||||||
// TODO Make editor work.
|
// TODO Make editor work.
|
||||||
// TODO Explore webrtc support.
|
// TODO Explore webrtc support.
|
||||||
// TODO Add documentation & screenshots.
|
// TODO Add documentation & screenshots.
|
||||||
@@ -19,9 +18,7 @@ import {
|
|||||||
import { until } from 'lit-html/directives/until.js';
|
import { until } from 'lit-html/directives/until.js';
|
||||||
import {
|
import {
|
||||||
HomeAssistant,
|
HomeAssistant,
|
||||||
ActionHandlerEvent,
|
|
||||||
fireEvent,
|
fireEvent,
|
||||||
handleAction,
|
|
||||||
LovelaceCardEditor,
|
LovelaceCardEditor,
|
||||||
getLovelace,
|
getLovelace,
|
||||||
} from 'custom-card-helpers';
|
} from 'custom-card-helpers';
|
||||||
@@ -32,7 +29,6 @@ import style from './frigate-card.scss'
|
|||||||
|
|
||||||
import { frigateCardConfigSchema, frigateGetEventsResponseSchema } from './types';
|
import { frigateCardConfigSchema, frigateGetEventsResponseSchema } from './types';
|
||||||
import type { FrigateCardConfig, FrigateEvent, FrigateGetEventsResponse, GetEventsParameters, ControlVideosParameters } from './types';
|
import type { FrigateCardConfig, FrigateEvent, FrigateGetEventsResponse, GetEventsParameters, ControlVideosParameters } from './types';
|
||||||
import { actionHandler } from './action-handler-directive';
|
|
||||||
import { CARD_VERSION } from './const';
|
import { CARD_VERSION } from './const';
|
||||||
import { localize } from './localize/localize';
|
import { localize } from './localize/localize';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user