Rename camera directory to camera-manager.

This commit is contained in:
Dermot Duffy
2023-01-29 19:02:24 -08:00
parent 0df6faaf7d
commit 730eb42983
32 changed files with 26 additions and 2644 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { CSSResultGroup, html, LitElement, TemplateResult, unsafeCSS } from 'lit
import { customElement, property } from 'lit/decorators.js';
import timelineStyle from '../scss/timeline.scss';
import { CameraConfig, ExtendedHomeAssistant, TimelineConfig } from '../types';
import { CameraManager } from '../camera/manager';
import { CameraManager } from '../camera-manager/manager';
import { View } from '../view/view';
import './surround.js';
import './timeline-core.js';