immersive-home/vendors/home_assistant_integration/manifest.json

20 lines
422 B
JSON
Raw Normal View History

2024-03-16 02:19:20 +02:00
{
"domain": "immersive_home",
"name": "ImmersiveHome",
2024-05-19 13:34:18 +03:00
"codeowners": [
"@nitwel"
],
2024-03-16 02:19:20 +02:00
"config_flow": true,
2024-05-19 13:34:18 +03:00
"dependencies": [
"http",
"websocket_api"
],
"documentation": "https://docs.immersive-home.org",
"issue_tracker": "https://github.com/Nitwel/Immersive-Home/issues",
2024-03-16 02:19:20 +02:00
"homekit": {},
"iot_class": "local_push",
"requirements": [],
"ssdp": [],
"zeroconf": [],
"version": "0.0.1"
2024-05-19 13:34:18 +03:00
}