core/homeassistant/components/mobile_app/manifest.json

13 lines
409 B
JSON

{
"domain": "mobile_app",
"name": "Mobile App",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
"requirements": ["PyNaCl==1.3.0", "emoji==1.2.0"],
"dependencies": ["http", "webhook", "person", "tag"],
"after_dependencies": ["cloud", "camera", "notify"],
"codeowners": ["@robbiet480"],
"quality_scale": "internal",
"iot_class": "local_push"
}