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, "content_in_root": false,
"zip_release": true, "zip_release": true,
"filename": "Integration.zip", "filename": "Integration.zip",
"render_readme": true "render_readme": true,
"hide_default_branch": true
} }

View File

@ -1,14 +1,20 @@
{ {
"domain": "immersive_home", "domain": "immersive_home",
"name": "ImmersiveHome", "name": "ImmersiveHome",
"codeowners": ["@nitwel"], "codeowners": [
"@nitwel"
],
"config_flow": true, "config_flow": true,
"dependencies": ["http", "websocket_api"], "dependencies": [
"documentation": "https://www.home-assistant.io/integrations/immersive_home", "http",
"websocket_api"
],
"documentation": "https://docs.immersive-home.org",
"issue_tracker": "https://github.com/Nitwel/Immersive-Home/issues",
"homekit": {}, "homekit": {},
"iot_class": "local_push", "iot_class": "local_push",
"requirements": [], "requirements": [],
"ssdp": [], "ssdp": [],
"zeroconf": [], "zeroconf": [],
"version": "0.0.1" "version": "0.0.1"
} }