Update pystiebeleltron to 0.8.0 (#182618)

This commit is contained in:
Manuel Stahl
2026-09-18 23:36:44 -04:00
committed by GitHub
parent 11a2f455d2
commit a33fc1bfe7
3 changed files with 2 additions and 6 deletions
@@ -14,5 +14,5 @@
"iot_class": "local_polling",
"loggers": ["pystiebeleltron"],
"quality_scale": "silver",
"requirements": ["pystiebeleltron==0.7.0"]
"requirements": ["pystiebeleltron==0.8.0"]
}
+1 -1
View File
@@ -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
-4
View File
@@ -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"},