1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/owntracks/manifest.json
2026-01-14 18:21:09 +01:00

15 lines
396 B
JSON

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