Rework autoplay/pause into a plugin, apply to viewer & live.

This commit is contained in:
Dermot Duffy
2022-01-21 22:44:30 -08:00
parent 77a8127848
commit 05bcbbb16b
6 changed files with 235 additions and 70 deletions
+5
View File
@@ -764,6 +764,11 @@ export interface StateParameters {
style?: StyleInfo;
}
export interface FrigateCardMediaPlayer {
play(): void;
pause(): void;
}
/**
* Home Assistant API types.
*/