Disable generic unifiprotect object sensors by default (#120059)
This commit is contained in:
parent
68462b014c
commit
4de8cca911
2 changed files with 6 additions and 4 deletions
|
@ -446,6 +446,7 @@ SMART_EVENT_SENSORS: tuple[ProtectBinaryEventEntityDescription, ...] = (
|
|||
icon="mdi:eye",
|
||||
ufp_required_field="feature_flags.has_smart_detect",
|
||||
ufp_event_obj="last_smart_detect_event",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
ProtectBinaryEventEntityDescription(
|
||||
key="smart_obj_person",
|
||||
|
@ -490,6 +491,7 @@ SMART_EVENT_SENSORS: tuple[ProtectBinaryEventEntityDescription, ...] = (
|
|||
icon="mdi:eye",
|
||||
ufp_required_field="feature_flags.has_smart_detect",
|
||||
ufp_event_obj="last_smart_audio_detect_event",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
ProtectBinaryEventEntityDescription(
|
||||
key="smart_audio_smoke",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue