core/homeassistant/components/mobile_app/manifest.json

14 lines
467 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-01-21 22:27:12 +00:00
"requirements": ["PyNaCl==1.4.0", "emoji==1.6.3"],
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
"after_dependencies": ["cloud", "camera", "notify"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal",
"iot_class": "local_push",
"loggers": ["emoji", "nacl"]
}