From 19c71f0f49eb981d0d7e48915a0b356e3bf46d84 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:34:50 +0200 Subject: [PATCH] Update python-homewizard-energy to 8.3.3 (#146076) --- homeassistant/components/homewizard/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/hassfest/requirements.py | 4 ---- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/homewizard/manifest.json b/homeassistant/components/homewizard/manifest.json index 51a315b2286..5d817fef837 100644 --- a/homeassistant/components/homewizard/manifest.json +++ b/homeassistant/components/homewizard/manifest.json @@ -12,6 +12,6 @@ "iot_class": "local_polling", "loggers": ["homewizard_energy"], "quality_scale": "platinum", - "requirements": ["python-homewizard-energy==v8.3.2"], + "requirements": ["python-homewizard-energy==8.3.3"], "zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 77a69f7dbe5..f5167a609ca 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2434,7 +2434,7 @@ python-google-drive-api==0.1.0 python-homeassistant-analytics==0.9.0 # homeassistant.components.homewizard -python-homewizard-energy==v8.3.2 +python-homewizard-energy==8.3.3 # homeassistant.components.hp_ilo python-hpilo==4.4.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2227dfbcd4b..6d701d68e26 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2007,7 +2007,7 @@ python-google-drive-api==0.1.0 python-homeassistant-analytics==0.9.0 # homeassistant.components.homewizard -python-homewizard-energy==v8.3.2 +python-homewizard-energy==8.3.3 # homeassistant.components.izone python-izone==1.2.9 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index ebe29c59f59..6be99da88cc 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -41,10 +41,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # - domain is the integration domain # - package is the package (can be transitive) referencing the dependency # - dependencyX should be the name of the referenced dependency - "homewizard": { - # https://github.com/homewizard/python-homewizard-energy/pull/545 - "python-homewizard-energy": {"awesomeversion"} - }, "mealie": { # https://github.com/joostlek/python-mealie/pull/490 "aiomealie": {"awesomeversion"}