update hacs and manifest.json
This commit is contained in:
parent
a433fc0845
commit
93e36f8f28
|
@ -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
|
||||||
}
|
}
|
14
vendors/home_assistant_integration/manifest.json
vendored
14
vendors/home_assistant_integration/manifest.json
vendored
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user