mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Update uiprotect to 5.2.2 (#121227)
This commit is contained in:
parent
7d5341cab2
commit
79f4cc9c12
@ -40,7 +40,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["uiprotect", "unifi_discovery"],
|
||||
"requirements": ["uiprotect==5.2.0", "unifi-discovery==1.2.0"],
|
||||
"requirements": ["uiprotect==5.2.2", "unifi-discovery==1.2.0"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Ubiquiti Networks",
|
||||
|
@ -53,7 +53,7 @@ async def _set_auto_close(obj: Doorlock, value: float) -> None:
|
||||
|
||||
|
||||
def _get_chime_duration(obj: Camera) -> int:
|
||||
return int(obj.chime_duration.total_seconds())
|
||||
return int(obj.chime_duration_seconds)
|
||||
|
||||
|
||||
CAMERA_NUMBERS: tuple[ProtectNumberEntityDescription, ...] = (
|
||||
|
@ -2792,7 +2792,7 @@ twitchAPI==4.0.0
|
||||
uasiren==0.0.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
uiprotect==5.2.0
|
||||
uiprotect==5.2.2
|
||||
|
||||
# homeassistant.components.landisgyr_heat_meter
|
||||
ultraheat-api==0.5.7
|
||||
|
@ -2172,7 +2172,7 @@ twitchAPI==4.0.0
|
||||
uasiren==0.0.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
uiprotect==5.2.0
|
||||
uiprotect==5.2.2
|
||||
|
||||
# homeassistant.components.landisgyr_heat_meter
|
||||
ultraheat-api==0.5.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user