Add hacs.json, prepare manifest for HACS
This commit is contained in:
parent
30b234945d
commit
47b65a802f
2 changed files with 6 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
"domain": "smartthings_find",
|
"domain": "smartthings_find",
|
||||||
"name": "SmartThings Find",
|
"name": "SmartThings Find",
|
||||||
"after_dependencies": ["http"],
|
"after_dependencies": ["http"],
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"documentation": "https://github.com/Vedeneb/HA-SmartThings-Find",
|
"documentation": "https://github.com/Vedeneb/HA-SmartThings-Find",
|
||||||
|
"issue_tracker": "https://github.com/Vedeneb/HA-SmartThings-Find/issues",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@Vedeneb"],
|
"codeowners": ["@Vedeneb"],
|
||||||
|
|
4
hacs.json
Normal file
4
hacs.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"name": "SmartThings Find",
|
||||||
|
"render_readme": true
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue