Skip to content

Commit c74a298

Browse files
authored
Hive Fix build dependancy requirement (home-assistant#156171)
1 parent fb30535 commit c74a298

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

homeassistant/components/hive/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
},
1010
"iot_class": "cloud_polling",
1111
"loggers": ["apyhiveapi"],
12-
"requirements": ["pyhive-integration==1.0.2"]
12+
"requirements": ["pyhive-integration==1.0.6"]
1313
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/hassfest/requirements.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@
169169
"here-routing": {"async-timeout"},
170170
"here-transit": {"async-timeout"},
171171
},
172-
"hive": {
173-
# https://github.com/Pyhass/Pyhiveapi/pull/88
174-
# pyhive-integration > unasync > setuptools
175-
"unasync": {"setuptools"}
176-
},
177172
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
178173
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
179174
"influxdb": {

0 commit comments

Comments
 (0)