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 Explore webrtc support.
// TODO Add documentation & screenshots.
@@ -19,9 +18,7 @@ import {
import { until } from 'lit-html/directives/until.js';
import {
HomeAssistant,
ActionHandlerEvent,
fireEvent,
handleAction,
LovelaceCardEditor,
getLovelace,
} from 'custom-card-helpers';
@@ -32,7 +29,6 @@ import style from './frigate-card.scss'
import { frigateCardConfigSchema, frigateGetEventsResponseSchema } from './types';
import type { FrigateCardConfig, FrigateEvent, FrigateGetEventsResponse, GetEventsParameters, ControlVideosParameters } from './types';
import { actionHandler } from './action-handler-directive';
import { CARD_VERSION } from './const';
import { localize } from './localize/localize';