From 795b5956175617aa7ba4ecd4721cf12d99b2b6fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 10 Oct 2017 08:57:20 +0200 Subject: [PATCH] Fix host entry --- source/_components/device_tracker.owntracks_http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.owntracks_http.markdown b/source/_components/device_tracker.owntracks_http.markdown index 830883a88007..0895af69c1dc 100644 --- a/source/_components/device_tracker.owntracks_http.markdown +++ b/source/_components/device_tracker.owntracks_http.markdown @@ -30,7 +30,7 @@ For configuration options and usage instructions, read the documentation for the Open OwnTracks and go to Connection preferences: - Mode: Private HTTP - - Host: /api/owntracks// + - Host: [Home Assistant URL]:[port]/api/owntracks/[your name]/[device name] - Identification: turn authentication on, username `homeassistant` and password is your API password that you use to login to Home Assistant. Host example: If I host my Home Assistant at `https://example.duckdns.org`, my name is Paulus and my phone is a Pixel I would set the host to be `https://example.duckdns.org/api/owntracks/paulus/pixel`. This will result in an entity with an ID of `device_tracker.paulus_pixel`. You can pick any name for the user and the device.