Skip to content
Snippets Groups Projects
Unverified Commit e4bd53b3 authored by Christopher Bailey's avatar Christopher Bailey Committed by GitHub
Browse files

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

parent fe68c15a
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment