From 4f48249c72e58b00b4fcdf3163a5c78e0a5e4c98 Mon Sep 17 00:00:00 2001 From: Georgi Kirichkov Date: Fri, 6 Mar 2020 21:53:08 +0200 Subject: [PATCH] Adds information for OwnTracks friends via HTTP (#10797) * Adds config information for OwnTracks friends * Owntracks friends is disabled by default * Updates the OwnTracks documentation to reflect latest code changes in the PR --- source/_integrations/owntracks.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/owntracks.markdown b/source/_integrations/owntracks.markdown index 4a8280a8eff7..812afe34530f 100644 --- a/source/_integrations/owntracks.markdown +++ b/source/_integrations/owntracks.markdown @@ -10,7 +10,7 @@ ha_config_flow: true [OwnTracks](https://owntracks.org/) is a free and open source application for iOS and Android that allow you to track your location and send it directly to Home Assistant. It can be set up via the integrations panel in the configuration screen. -By default the integration will listen for incoming messages from OwnTracks via HTTP. It will also listen for MQTT messages if Home Assistant is configured to use MQTT. +By default the integration will listen for incoming messages from OwnTracks via HTTP. It will also listen for MQTT messages if Home Assistant is configured to use MQTT. When a location is submitted via HTTP, Home Assistant will return all [Persons](/integrations/person/)' last known locations and they will be displayed within the OwnTracks app.