diff --git a/custom_components/smartthings_find/manifest.json b/custom_components/smartthings_find/manifest.json index c9fc198..ff0ffd0 100644 --- a/custom_components/smartthings_find/manifest.json +++ b/custom_components/smartthings_find/manifest.json @@ -2,8 +2,9 @@ "domain": "smartthings_find", "name": "SmartThings Find", "after_dependencies": ["http"], - "version": "0.1.0", + "version": "0.1.1", "documentation": "https://github.com/Vedeneb/HA-SmartThings-Find", + "issue_tracker": "https://github.com/Vedeneb/HA-SmartThings-Find/issues", "integration_type": "hub", "dependencies": [], "codeowners": ["@Vedeneb"], diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..9000d0c --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "SmartThings Find", + "render_readme": true + } \ No newline at end of file