mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 17:31:15 -04:00
Update pystiebeleltron to 0.8.0 (#182618)
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pystiebeleltron"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["pystiebeleltron==0.7.0"]
|
||||
"requirements": ["pystiebeleltron==0.8.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user