Skip to content

Commit

Permalink
HA 2022.11 Fix for missing aiohttp version (#12)
Browse files Browse the repository at this point in the history
Remove `aiohttp` from requirement list since its already packed with HA
  • Loading branch information
arevindh authored Dec 9, 2022
1 parent f96178c commit f040ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/tinxy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"domain": "tinxy",
"name": "Tinxy",
"documentation": "https://github.com/arevindh/tinxy-hass",
"dependencies": [],
"dependencies": ["network"],
"after_dependencies": [
"http"
],
"codeowners": [
"@arevindh"
],
"requirements": ["aiohttp==3.8.1"],
"requirements": [],
"config_flow": false,
"iot_class": "cloud_polling",
"version": "2.0.0",
Expand Down

0 comments on commit f040ca2

Please sign in to comment.