Add hacs.json, prepare manifest for HACS

This commit is contained in:
freybene 2024-05-28 12:02:52 +02:00
parent 30b234945d
commit 47b65a802f
2 changed files with 6 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
{
"name": "SmartThings Find",
"render_readme": true
}