update hacs and manifest.json
This commit is contained in:
parent
a433fc0845
commit
93e36f8f28
|
@ -3,5 +3,6 @@
|
|||
"content_in_root": false,
|
||||
"zip_release": true,
|
||||
"filename": "Integration.zip",
|
||||
"render_readme": true
|
||||
"render_readme": true,
|
||||
"hide_default_branch": true
|
||||
}
|
12
vendors/home_assistant_integration/manifest.json
vendored
12
vendors/home_assistant_integration/manifest.json
vendored
|
@ -1,10 +1,16 @@
|
|||
{
|
||||
"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": [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user