mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
Add integration_type service to owntracks (#159865)
This commit is contained in:
committed by
GitHub
parent
88b5b37f07
commit
31de4a4fa2
@@ -6,6 +6,7 @@
|
||||
"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.0"],
|
||||
|
||||
@@ -4927,7 +4927,7 @@
|
||||
},
|
||||
"owntracks": {
|
||||
"name": "OwnTracks",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"single_config_entry": true
|
||||
|
||||
Reference in New Issue
Block a user