1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Hive Fix build dependancy requirement (#156171)

This commit is contained in:
Khole
2025-11-09 09:31:11 +00:00
committed by GitHub
parent fb30535730
commit c74a298b5b
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
},
"iot_class": "cloud_polling",
"loggers": ["apyhiveapi"],
"requirements": ["pyhive-integration==1.0.2"]
"requirements": ["pyhive-integration==1.0.6"]
}
+1 -1
View File
@@ -2050,7 +2050,7 @@ pyhaversion==22.8.0
pyheos==1.0.6
# homeassistant.components.hive
pyhive-integration==1.0.2
pyhive-integration==1.0.6
# homeassistant.components.homematic
pyhomematic==0.1.77
+1 -1
View File
@@ -1709,7 +1709,7 @@ pyhaversion==22.8.0
pyheos==1.0.6
# homeassistant.components.hive
pyhive-integration==1.0.2
pyhive-integration==1.0.6
# homeassistant.components.homematic
pyhomematic==0.1.77
-5
View File
@@ -169,11 +169,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
"here-routing": {"async-timeout"},
"here-transit": {"async-timeout"},
},
"hive": {
# https://github.com/Pyhass/Pyhiveapi/pull/88
# pyhive-integration > unasync > setuptools
"unasync": {"setuptools"}
},
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
"influxdb": {