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:
@@ -9,5 +9,5 @@
|
||||
},
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["apyhiveapi"],
|
||||
"requirements": ["pyhive-integration==1.0.2"]
|
||||
"requirements": ["pyhive-integration==1.0.6"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user