From 23e061ccbdabebf56fc6ff332bc18791bcaf12d4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 2 Jul 2024 19:11:31 -0700 Subject: [PATCH] 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. --- homeassistant/components/unifiprotect/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/unifiprotect/manifest.json b/homeassistant/components/unifiprotect/manifest.json index 6691d738cd0..26b1f424db1 100644 --- a/homeassistant/components/unifiprotect/manifest.json +++ b/homeassistant/components/unifiprotect/manifest.json @@ -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", diff --git a/requirements_all.txt b/requirements_all.txt index 6fd6ca3dbd3..668cbdcf592 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 760197c11d2..cf98bca1fd5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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