Change privacy mode to config (#68954)

This commit is contained in:
Paulus Schoutsen 2022-03-31 02:06:07 -07:00 committed by GitHub
parent 01a029be2d
commit 9432ab07c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ CAMERA_SWITCHES: tuple[ProtectSwitchEntityDescription, ...] = (
key=_KEY_PRIVACY_MODE,
name="Privacy Mode",
icon="mdi:eye-settings",
entity_category=None,
entity_category=EntityCategory.CONFIG,
ufp_required_field="feature_flags.has_privacy_mask",
ufp_value="is_privacy_on",
),