Bump pyunifiprotect to 4.6.1 (#85547)

This commit is contained in:
Christopher Bailey 2023-01-09 17:00:21 -05:00 committed by GitHub
parent b6316b4904
commit 818253ced4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 6 deletions

View file

@ -206,7 +206,7 @@ CAMERA_SENSORS: tuple[ProtectSensorEntityDescription, ...] = (
name="Last Doorbell Ring",
device_class=SensorDeviceClass.TIMESTAMP,
icon="mdi:doorbell-video",
ufp_required_field="feature_flags.has_chime",
ufp_required_field="feature_flags.is_doorbell",
ufp_value="last_ring",
entity_registry_enabled_default=False,
),