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