core/homeassistant/components/owntracks/manifest.json

13 lines
332 B
JSON
Raw Normal View History

{
"domain": "owntracks",
"name": "OwnTracks",
"after_dependencies": ["mqtt", "cloud"],
"codeowners": [],
2023-02-08 19:32:43 +00:00
"config_flow": true,
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/owntracks",
"iot_class": "local_push",
2023-02-08 19:32:43 +00:00
"loggers": ["nacl"],
"requirements": ["PyNaCl==1.5.0"]
}