update hacs and manifest.json

This commit is contained in:
Nitwel 2024-05-19 12:34:18 +02:00
parent a433fc0845
commit 93e36f8f28
2 changed files with 12 additions and 5 deletions

View File

@ -3,5 +3,6 @@
"content_in_root": false,
"zip_release": true,
"filename": "Integration.zip",
"render_readme": true
"render_readme": true,
"hide_default_branch": true
}

View File

@ -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"
}
}