Add play/pause/mute/unmute Frigate card commands.
This commit is contained in:
@@ -77,6 +77,10 @@ customElements.whenDefined('ha-camera-stream').then(() => {
|
||||
}
|
||||
}
|
||||
|
||||
public isPaused(): boolean {
|
||||
return this._player?.isPaused() ?? true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Master render method.
|
||||
* @returns A rendered template.
|
||||
|
||||
Reference in New Issue
Block a user