We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d468e5 commit 20a1ad1Copy full SHA for 20a1ad1
1 file changed
custom_components/tplink_deco/manifest.json
@@ -1,14 +1,14 @@
1
{
2
"domain": "tplink_deco",
3
"name": "TP-Link Deco",
4
- "version": "3.7.3",
5
- "integration_type": "hub",
6
- "iot_class": "local_polling",
7
- "config_flow": true,
8
"codeowners": ["@amosyuen"],
+ "config_flow": true,
+ "dependencies": [],
9
"documentation": "https://github.com/amosyuen/ha-tplink-deco",
+ "integration_type": "hub",
+ "iot_class": "local_polling",
10
"issue_tracker": "https://github.com/amosyuen/ha-tplink-deco/issues",
11
+ "loggers": ["tplink_deco"],
12
"requirements": ["pycryptodome>=3.12.0"],
- "dependencies": [],
13
- "loggers": ["tplink_deco"]
+ "version": "3.7.3"
14
}
0 commit comments