diff --git a/hacs.json b/hacs.json index 5fa9772..4b45b27 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,6 @@ "content_in_root": false, "zip_release": true, "filename": "Integration.zip", - "render_readme": true + "render_readme": true, + "hide_default_branch": true } \ No newline at end of file diff --git a/vendors/home_assistant_integration/manifest.json b/vendors/home_assistant_integration/manifest.json index 7495f74..27aa39d 100644 --- a/vendors/home_assistant_integration/manifest.json +++ b/vendors/home_assistant_integration/manifest.json @@ -1,14 +1,20 @@ { "domain": "immersive_home", "name": "ImmersiveHome", - "codeowners": ["@nitwel"], + "codeowners": [ + "@nitwel" + ], "config_flow": true, - "dependencies": ["http", "websocket_api"], - "documentation": "https://www.home-assistant.io/integrations/immersive_home", + "dependencies": [ + "http", + "websocket_api" + ], + "documentation": "https://docs.immersive-home.org", + "issue_tracker": "https://github.com/Nitwel/Immersive-Home/issues", "homekit": {}, "iot_class": "local_push", "requirements": [], "ssdp": [], "zeroconf": [], "version": "0.0.1" -} +} \ No newline at end of file