diff --git a/src/components/live/providers/ha.ts b/src/components/live/providers/ha.ts index 9cf819ad..860c460f 100644 --- a/src/components/live/providers/ha.ts +++ b/src/components/live/providers/ha.ts @@ -21,7 +21,7 @@ export class FrigateCardLiveHA extends LitElement implements FrigateCardMediaPla public cameraConfig?: CameraConfig; @property({ attribute: true, type: Boolean }) - public controls = true; + public controls = false; protected _playerRef: Ref = createRef();