2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "mobile_app",
|
2020-04-16 19:52:53 +00:00
|
|
|
"name": "Mobile App",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
|
2022-03-16 22:30:04 +00:00
|
|
|
"requirements": ["PyNaCl==1.5.0"],
|
2021-05-17 18:06:42 +00:00
|
|
|
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
|
2020-08-28 20:13:43 +00:00
|
|
|
"after_dependencies": ["cloud", "camera", "notify"],
|
2022-01-03 19:02:41 +00:00
|
|
|
"codeowners": ["@home-assistant/core"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "internal",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-02-23 17:54:27 +00:00
|
|
|
"loggers": ["nacl"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|