core/homeassistant/components/mobile_app/manifest.json

14 lines
458 B
JSON
Raw Normal View History

{
"domain": "mobile_app",
"name": "Mobile App",
"after_dependencies": ["cloud", "camera", "conversation", "notify"],
"codeowners": ["@home-assistant/core"],
2023-02-08 19:38:43 +00:00
"config_flow": true,
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
"iot_class": "local_push",
2023-02-08 19:38:43 +00:00
"loggers": ["nacl"],
"quality_scale": "internal",
"requirements": ["PyNaCl==1.5.0"]
}