core/homeassistant/components/owntracks/manifest.json

12 lines
309 B
JSON

{
"domain": "owntracks",
"name": "OwnTracks",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/owntracks",
"requirements": ["PyNaCl==1.4.0"],
"dependencies": ["webhook"],
"after_dependencies": ["mqtt", "cloud"],
"codeowners": [],
"iot_class": "local_push"
}