From 000b91b7d87d15ca37d85ddd4aa3edb31623396c Mon Sep 17 00:00:00 2001 From: Robert Groot Date: Wed, 3 Jul 2024 13:30:51 +0200 Subject: [PATCH 1/2] added manifest and updated hacs json --- hacs.json | 5 +++-- manifest.json | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 manifest.json diff --git a/hacs.json b/hacs.json index aac1724..79d3c08 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" } 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 From 47521a97b2c315a568cb77f5c619e50a920c976d Mon Sep 17 00:00:00 2001 From: Robert Groot Date: Wed, 3 Jul 2024 13:40:18 +0200 Subject: [PATCH 2/2] spacing --- hacs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hacs.json b/hacs.json index 79d3c08..a49a8a0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "NAD C338 integration", - "render_readme": true, - "homeassistant": "2024.6.4" -} + "name": "NAD C338 integration", + "render_readme": true, + "homeassistant": "2024.6.4" +} \ No newline at end of file