Remove action handler includes.

This commit is contained in:
Dermot Duffy
2021-08-10 22:21:25 -07:00
parent a8e878e544
commit ee4ec4d23c
-4
View File
@@ -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';