Skip to content

Commit 84909a9

Browse files
committed
Fix integration manifest.json
1 parent d8d2daa commit 84909a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

custom_components/uhoo/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
],
99
"config_flow": true,
1010
"documentation": "https://github.com/andrewleech/uhoo-homeassistant/",
11-
"iot_class": "cloud_polling",
1211
"issue_tracker": "https://github.com/andrewleech/uhoo-homeassistant/issues",
1312
"requirements": [
1413
"aiohttp>=3.7.4",
1514
"click>=8.0.1",
1615
"pycryptodome>=3.10.1",
1716
"pyyaml>=6.0",
1817
"yarl>=1.8.1"
19-
]
18+
],
2019
"version": "0.0.7"
2120
}

0 commit comments

Comments
 (0)