diff --git a/hacs.json b/hacs.json index aac1724..a49a8a0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { - "name": "NAD C338 component", - "render_readme": true -} + "name": "NAD C338 integration", + "render_readme": true, + "homeassistant": "2024.6.4" +} \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1ab8ce8 --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "domain": "nad_c338", + "name": "NAD C338 integration", + "codeowners": [ + "@iamrgroot" + ], + "dependencies": [], + "documentation": "https://github.com/iamrgroot/ha-nadtcp", + "issue_tracker": "https://github.com/iamrgroot/ha-nadtcp/issues", + "integration_type": "device", + "iot_class": "local_polling", + "requirements": [], + "version": "1.0.0" + } \ No newline at end of file