1
0
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:
epenet
2025-12-09 08:47:16 +01:00
committed by GitHub
parent cceaff7bc6
commit d691862d0d
3 changed files with 2 additions and 7 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -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"},