fix: Reolink metadata should not reject media with labels (#1900)
- Related to: #1870
This commit is contained in:
+1
-1
@@ -382,7 +382,7 @@ export const CONF_PERFORMANCE_STYLE_BORDER_RADIUS = `${CONF_PERFORMANCE}.style.b
|
||||
|
||||
export const CONF_PROFILES = 'profiles' as const;
|
||||
|
||||
export const CONF_REMOTE_CONTROL = 'remote_control' as const;
|
||||
const CONF_REMOTE_CONTROL = 'remote_control' as const;
|
||||
export const CONF_REMOTE_CONTROL_ENTITIES_CAMERA =
|
||||
`${CONF_REMOTE_CONTROL}.entities.camera` as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user