Move update_entities to view.update_entities

This commit is contained in:
Dermot Duffy
2021-11-28 16:02:56 -08:00
parent 99800ef41b
commit 047afeba29
5 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ export class FrigateCard extends LitElement {
this._frigateCameraName = undefined;
this.config = config;
this._entitiesToMonitor = this.config.update_entities || [];
this._entitiesToMonitor = this.config.view.update_entities || [];
if (this.config.camera_entity) {
this._entitiesToMonitor.push(this.config.camera_entity);
}