fix: Fix audio for cameras with mixed WebRTC/HLS capabilities (#2557)

- Closes #2479
This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 5c97e55a56
commit 937ba647a7
3 changed files with 140 additions and 17 deletions
-1
View File
@@ -55,7 +55,6 @@ export class AdvancedCameraCardLiveHA extends LitElement implements MediaPlayer
.hass=${this.hass}
.stateObj=${cameraEntity ? this.hass.states[cameraEntity] : undefined}
.controls=${this.controls}
.muted=${true}
.targetID=${this.targetID}
>
</advanced-camera-card-ha-camera-stream>`;