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