Move frigate utils under the camera manager directory for Frigate.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent 39b44863ce
commit d8614a3e8d
10 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ import {
} from './types.js';
import { arrayMove } from './utils/basic.js';
import { getCameraID, getCameraTitle } from './utils/camera.js';
import { FRIGATE_ICON_SVG_PATH } from './utils/frigate.js';
import { FRIGATE_ICON_SVG_PATH } from './camera/frigate/frigate.js';
import { getEntitiesFromHASS, sideLoadHomeAssistantElements } from './utils/ha';
import { setLowPerformanceProfile } from './performance.js';