Rework autoplay/pause into a plugin, apply to viewer & live.
This commit is contained in:
@@ -764,6 +764,11 @@ export interface StateParameters {
|
||||
style?: StyleInfo;
|
||||
}
|
||||
|
||||
export interface FrigateCardMediaPlayer {
|
||||
play(): void;
|
||||
pause(): void;
|
||||
}
|
||||
|
||||
/**
|
||||
* Home Assistant API types.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user