core/homeassistant/components/mobile_app/manifest.json

14 lines
442 B
JSON
Raw Normal View History

{
"domain": "mobile_app",
"name": "Mobile App",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
2022-03-16 22:30:04 +00:00
"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"]
}