mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump uiprotect to 1.4.1 (#119653)
This commit is contained in:
parent
dfe25ff804
commit
ace7da2328
@ -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==1.2.1", "unifi-discovery==1.1.8"],
|
"requirements": ["uiprotect==1.4.1", "unifi-discovery==1.1.8"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Ubiquiti Networks",
|
"manufacturer": "Ubiquiti Networks",
|
||||||
|
@ -89,10 +89,8 @@ def async_get_devices_by_type(
|
|||||||
bootstrap: Bootstrap, device_type: ModelType
|
bootstrap: Bootstrap, device_type: ModelType
|
||||||
) -> dict[str, ProtectAdoptableDeviceModel]:
|
) -> dict[str, ProtectAdoptableDeviceModel]:
|
||||||
"""Get devices by type."""
|
"""Get devices by type."""
|
||||||
|
devices: dict[str, ProtectAdoptableDeviceModel]
|
||||||
devices: dict[str, ProtectAdoptableDeviceModel] = getattr(
|
devices = getattr(bootstrap, device_type.devices_key)
|
||||||
bootstrap, f"{device_type.value}s"
|
|
||||||
)
|
|
||||||
return devices
|
return devices
|
||||||
|
|
||||||
|
|
||||||
|
@ -2779,7 +2779,7 @@ twitchAPI==4.0.0
|
|||||||
uasiren==0.0.1
|
uasiren==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
uiprotect==1.2.1
|
uiprotect==1.4.1
|
||||||
|
|
||||||
# homeassistant.components.landisgyr_heat_meter
|
# homeassistant.components.landisgyr_heat_meter
|
||||||
ultraheat-api==0.5.7
|
ultraheat-api==0.5.7
|
||||||
|
@ -2153,7 +2153,7 @@ twitchAPI==4.0.0
|
|||||||
uasiren==0.0.1
|
uasiren==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
uiprotect==1.2.1
|
uiprotect==1.4.1
|
||||||
|
|
||||||
# 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