mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["uiprotect", "unifi_discovery"],
|
"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": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Ubiquiti Networks",
|
"manufacturer": "Ubiquiti Networks",
|
||||||
|
@ -53,7 +53,7 @@ async def _set_auto_close(obj: Doorlock, value: float) -> None:
|
|||||||
|
|
||||||
|
|
||||||
def _get_chime_duration(obj: Camera) -> int:
|
def _get_chime_duration(obj: Camera) -> int:
|
||||||
return int(obj.chime_duration.total_seconds())
|
return int(obj.chime_duration_seconds)
|
||||||
|
|
||||||
|
|
||||||
CAMERA_NUMBERS: tuple[ProtectNumberEntityDescription, ...] = (
|
CAMERA_NUMBERS: tuple[ProtectNumberEntityDescription, ...] = (
|
||||||
|
@ -2792,7 +2792,7 @@ twitchAPI==4.0.0
|
|||||||
uasiren==0.0.1
|
uasiren==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
uiprotect==5.2.0
|
uiprotect==5.2.2
|
||||||
|
|
||||||
# homeassistant.components.landisgyr_heat_meter
|
# homeassistant.components.landisgyr_heat_meter
|
||||||
ultraheat-api==0.5.7
|
ultraheat-api==0.5.7
|
||||||
|
@ -2172,7 +2172,7 @@ twitchAPI==4.0.0
|
|||||||
uasiren==0.0.1
|
uasiren==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
uiprotect==5.2.0
|
uiprotect==5.2.2
|
||||||
|
|
||||||
# homeassistant.components.landisgyr_heat_meter
|
# homeassistant.components.landisgyr_heat_meter
|
||||||
ultraheat-api==0.5.7
|
ultraheat-api==0.5.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user