feat: Automatically recover from frozen live streams (#2569)

- Closes: #2099
This commit is contained in:
Dermot Duffy
2026-07-07 21:37:24 -07:00
committed by GitHub
parent 9f956fe89f
commit fb1bbc739e
73 changed files with 3321 additions and 364 deletions
+1
View File
@@ -457,6 +457,7 @@ class AdvancedCameraCard extends LitElement {
<advanced-camera-card-views
${ref(this._refViews)}
.hass=${this._hass}
.stateWatcher=${this._controller.getHASSManager().getStateWatcher()}
.viewManagerEpoch=${this._controller.getViewManager().getEpoch()}
.cameraManager=${cameraManager}
.foldersManager=${this._controller.getFoldersManager()}