18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"domain": "mobile_app",
|
|
"name": "Home Assistant Mobile App Support",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
|
|
"requirements": [
|
|
"PyNaCl==1.3.0"
|
|
],
|
|
"dependencies": [
|
|
"cloud",
|
|
"http",
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@robbiet480"
|
|
]
|
|
}
|