12 lines
360 B
JSON
12 lines
360 B
JSON
{
|
|
"domain": "mobile_app",
|
|
"name": "Home Assistant Mobile App Support",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
|
|
"requirements": ["PyNaCl==1.3.0"],
|
|
"dependencies": ["http", "webhook", "person"],
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@robbiet480"],
|
|
"quality_scale": "internal"
|
|
}
|