Skip to content

Commit 47ad8cd

Browse files
Update manifest.json to conform new requirements
see https://hacs.xyz/docs/publish/integration
1 parent 53146c3 commit 47ad8cd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

custom_components/tech/manifest.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"domain": "tech",
33
"name": "Tech Controllers",
4+
"integration_type": "hub",
45
"config_flow": true,
5-
"documentation": "https://www.home-assistant.io/integrations/tech",
6-
"requirements": ["tech"],
6+
"documentation": "https://github.com/MichalKrasowski/tech-controllers",
7+
"issue_tracker": "https://github.com/MichalKrasowski/tech-controllers/issues",
8+
"requirements": [],
79
"dependencies": [],
810
"codeowners": [
9-
"@mariusz.ostoja-swierczynski"
10-
],
11-
"version": "1.0.0"
12-
}
11+
"@MichalKrasowski"
12+
],
13+
"version": "1.0.0"
14+
}

0 commit comments

Comments
 (0)