mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Change privacy mode to config (#68954)
This commit is contained in:
parent
01a029be2d
commit
9432ab07c2
@ -87,7 +87,7 @@ CAMERA_SWITCHES: tuple[ProtectSwitchEntityDescription, ...] = (
|
|||||||
key=_KEY_PRIVACY_MODE,
|
key=_KEY_PRIVACY_MODE,
|
||||||
name="Privacy Mode",
|
name="Privacy Mode",
|
||||||
icon="mdi:eye-settings",
|
icon="mdi:eye-settings",
|
||||||
entity_category=None,
|
entity_category=EntityCategory.CONFIG,
|
||||||
ufp_required_field="feature_flags.has_privacy_mask",
|
ufp_required_field="feature_flags.has_privacy_mask",
|
||||||
ufp_value="is_privacy_on",
|
ufp_value="is_privacy_on",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user