1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/mobile_app/manifest.json
2026-02-11 14:48:10 +01:00

22 lines
528 B
JSON

{
"domain": "mobile_app",
"name": "Mobile App",
"after_dependencies": ["cloud", "camera", "conversation", "notify"],
"codeowners": ["@home-assistant/core"],
"config_flow": true,
"dependencies": [
"http",
"intent",
"person",
"tag",
"webhook",
"websocket_api"
],
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["nacl"],
"quality_scale": "internal",
"requirements": ["PyNaCl==1.6.2"]
}