fix: Add missing editor support for always_error_if_entity_unavailable (#1837)

- Closes #1775
This commit is contained in:
Dermot Duffy
2025-01-18 15:17:55 -08:00
committed by GitHub
parent 3003f82170
commit 4f76e6a18a
8 changed files with 17 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ export const TROUBLESHOOTING_URL = `https://card.camera/#/troubleshooting` as co
export const CONF_AUTOMATIONS = 'automations' as const;
export const CONF_CAMERAS = 'cameras' as const;
export const CONF_CAMERAS_ARRAY_ALWAYS_ERROR_IF_ENTITY_UNAVAILABLE =
`${CONF_CAMERAS}.#.always_error_if_entity_unavailable` as const;
export const CONF_CAMERAS_ARRAY_CAMERA_ENTITY =
`${CONF_CAMERAS}.#.camera_entity` as const;
export const CONF_CAMERAS_ARRAY_FRIGATE_CAMERA_NAME =