mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Bump heatmiserV3 to 2.0.4 (#158304)
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["heatmiserV3"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["heatmiserV3==2.0.3"]
|
||||
"requirements": ["heatmiserV3==2.0.4"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -1179,7 +1179,7 @@ hassil==3.5.0
|
||||
hdate[astral]==1.1.2
|
||||
|
||||
# homeassistant.components.heatmiser
|
||||
heatmiserV3==2.0.3
|
||||
heatmiserV3==2.0.4
|
||||
|
||||
# homeassistant.components.here_travel_time
|
||||
here-routing==1.2.0
|
||||
|
||||
@@ -157,11 +157,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
"asyncio-dgram": {"setuptools"}
|
||||
},
|
||||
"harmony": {"aioharmony": {"async-timeout"}},
|
||||
"heatmiser": {
|
||||
# https://github.com/andylockran/heatmiserV3/issues/96
|
||||
# heatmiserV3 > pyserial-asyncio
|
||||
"heatmiserv3": {"pyserial-asyncio"}
|
||||
},
|
||||
"here_travel_time": {
|
||||
"here-routing": {"async-timeout"},
|
||||
"here-transit": {"async-timeout"},
|
||||
|
||||
Reference in New Issue
Block a user