From a33fc1bfe7baf0ace3d87d695c5f9117b0eb79b5 Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Sat, 19 Sep 2026 05:36:44 +0200 Subject: [PATCH] Update pystiebeleltron to 0.8.0 (#182618) --- homeassistant/components/stiebel_eltron/manifest.json | 2 +- requirements_all.txt | 2 +- script/hassfest/requirements.py | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/stiebel_eltron/manifest.json b/homeassistant/components/stiebel_eltron/manifest.json index 29c9fd19563b..0498f1fb4b56 100644 --- a/homeassistant/components/stiebel_eltron/manifest.json +++ b/homeassistant/components/stiebel_eltron/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_polling", "loggers": ["pystiebeleltron"], "quality_scale": "silver", - "requirements": ["pystiebeleltron==0.7.0"] + "requirements": ["pystiebeleltron==0.8.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 6be7c749bc93..aa4cb5e424dd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2681,7 +2681,7 @@ pyspeex-noise==1.0.2 pysqueezebox==0.14.0 # homeassistant.components.stiebel_eltron -pystiebeleltron==0.7.0 +pystiebeleltron==0.8.0 # homeassistant.components.suez_water pysuezV2==2.0.7 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 057175bd16f7..8c8bd084f5ec 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -79,10 +79,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # Current has an upper bound on major >=3.11.0,<4.0.0 "pysmarty2": {"pymodbus"} }, - "stiebel_eltron": { - # Current has an upper bound on major >=3.10.0,<4.0.0 - "pystiebeleltron": {"pymodbus"} - }, "telegram_bot": {"python-telegram-bot": {"httpx"}}, "xiaomi_miio": { "python-miio": {"zeroconf"},