mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump uiprotect to 5.0.0 (#121034)
changelog: https://github.com/uilibs/uiprotect/compare/v4.2.0...v5.0.0 Breaking change in the lib is not auto converting enum values to their underlying values. They are mostly StrEnums so this should not have any impact unless I missed one.
This commit is contained in:
parent
399548a973
commit
23e061ccbd
@ -40,7 +40,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["uiprotect", "unifi_discovery"],
|
||||
"requirements": ["uiprotect==4.2.0", "unifi-discovery==1.2.0"],
|
||||
"requirements": ["uiprotect==5.0.0", "unifi-discovery==1.2.0"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Ubiquiti Networks",
|
||||
|
@ -2789,7 +2789,7 @@ twitchAPI==4.0.0
|
||||
uasiren==0.0.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
uiprotect==4.2.0
|
||||
uiprotect==5.0.0
|
||||
|
||||
# homeassistant.components.landisgyr_heat_meter
|
||||
ultraheat-api==0.5.7
|
||||
|
@ -2169,7 +2169,7 @@ twitchAPI==4.0.0
|
||||
uasiren==0.0.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
uiprotect==4.2.0
|
||||
uiprotect==5.0.0
|
||||
|
||||
# homeassistant.components.landisgyr_heat_meter
|
||||
ultraheat-api==0.5.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user