Fix duplicate key for motion sensor for UniFi Protect (#74202)

pull/74190/head^2
Christopher Bailey 2022-06-29 18:52:54 -04:00 committed by GitHub
parent fe68c15a4a
commit e4bd53b395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ CAMERA_SENSORS: tuple[ProtectBinaryEntityDescription, ...] = (
ufp_perm=PermRequired.NO_WRITE,
),
ProtectBinaryEntityDescription(
key="motion",
key="motion_enabled",
name="Detections: Motion",
icon="mdi:run-fast",
ufp_value="recording_settings.enable_motion_detection",