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
View File
@@ -12,6 +12,7 @@ export const CONF_FRIGATE_ZONE = 'frigate.zone';
export const CONF_VIEW_DEFAULT = 'view.default';
export const CONF_VIEW_TIMEOUT = 'view.timeout';
export const CONF_VIEW_UPDATE_FORCE = 'view.update_force';
export const CONF_VIEW_UPDATE_ENTITIES = 'view.update_entities';
export const CONF_EVENT_VIEWER_AUTOPLAY_CLIP = 'event_viewer.autoplay_clip';
export const CONF_EVENT_VIEWER_DRAGGABLE = 'event_viewer.draggable';