Rename mediaLoaded to media_loaded

This commit is contained in:
Dermot Duffy
2022-10-14 20:11:27 -07:00
parent d7909961cf
commit a54b2deb7c
6 changed files with 76 additions and 10 deletions
+2
View File
@@ -33,6 +33,8 @@ export const CONF_CAMERAS_ARRAY_TRIGGERS_OCCUPANCY =
export const CONF_CAMERAS_ARRAY_TRIGGERS_ENTITIES =
`${CONF_CAMERAS}.#.triggers.entities` as const;
export const CONF_ELEMENTS = 'elements' as const;
export const CONF_VIEW = 'view' as const;
export const CONF_VIEW_CAMERA_SELECT = `${CONF_VIEW}.camera_select` as const;
export const CONF_VIEW_DARK_MODE = `${CONF_VIEW}.dark_mode` as const;