mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix duplicate key for motion sensor for UniFi Protect (#74202)
This commit is contained in:
parent
fe68c15a4a
commit
e4bd53b395
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user