14 lines
442 B
JSON
14 lines
442 B
JSON
{
|
|
"domain": "mobile_app",
|
|
"name": "Mobile App",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
|
|
"requirements": ["PyNaCl==1.5.0"],
|
|
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
|
|
"after_dependencies": ["cloud", "camera", "notify"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"quality_scale": "internal",
|
|
"iot_class": "local_push",
|
|
"loggers": ["nacl"]
|
|
}
|