Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "NAD C338 component",
"render_readme": true
}
"name": "NAD C338 integration",
"render_readme": true,
"homeassistant": "2024.6.4"
}
14 changes: 14 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}