fix: Fix audio issue triggered by HA 2025.11 (#2237)

- Closes: #2235
This commit is contained in:
Dermot Duffy
2025-11-09 14:43:08 -08:00
committed by GitHub
parent 071dca07bf
commit f50bef7446
2 changed files with 25 additions and 9 deletions
+1
View File
@@ -141,6 +141,7 @@ customElements.whenDefined('ha-camera-stream').then(() => {
this._capabilities?.frontend_stream_types,
this._hlsStreams,
this._webRtcStreams,
this.muted,
);
const visibleStream = streams.find((stream) => stream.visible) ?? null;