Initial motionEye commit.

This commit is contained in:
Dermot Duffy
2023-03-26 16:42:21 -07:00
parent 05e9db4cc5
commit 304c7e3164
55 changed files with 1780 additions and 245 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ customElements.whenDefined('ha-hls-player').then(() => {
}
public isMuted(): boolean {
return this._video?.muted() ?? true;
return this._video?.muted ?? true;
}
public seek(seconds: number): void {