2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "owntracks",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "OwnTracks",
|
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/owntracks",
|
2019-12-05 08:28:56 +00:00
|
|
|
"requirements": ["PyNaCl==1.3.0"],
|
|
|
|
"dependencies": ["webhook"],
|
|
|
|
"after_dependencies": ["mqtt", "cloud"],
|
2019-04-04 04:14:45 +00:00
|
|
|
"codeowners": []
|
|
|
|
}
|