Add Home Assistant integration scaffold

This commit is contained in:
2026-07-21 10:58:42 +02:00
parent c85637e26d
commit b76e8f3896
13 changed files with 797 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"domain": "arkteos",
"name": "Arkteos",
"config_flow": true,
"iot_class": "local_push",
"version": "0.1.0",
"requirements": [],
"documentation": "REPLACE_WITH_GITEA_REPOSITORY_URL",
"codeowners": []
}