From 1b2a490519d86fd5ac7421cc58be37ea86c71e22 Mon Sep 17 00:00:00 2001 From: Josh Sharpe Date: Mon, 20 Jun 2022 03:27:49 -0400 Subject: [PATCH] add uuid to auto generated zone (#23141) --- 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 bc27f4a46d5..3666681f837 100644 --- a/source/_integrations/owntracks.markdown +++ b/source/_integrations/owntracks.markdown @@ -150,7 +150,7 @@ You can use iBeacons of both types together, so if you have a Zone `drive` with ## Importing Owntracks waypoints as zones -By default, any Owntracks user connected to Home Assistant can export their waypoint definitions (from the *Export - Export to Endpoint* menu item) which will then be translated to zone definitions in Home Assistant. The zones will be named `- - `. This functionality can be controlled in 2 ways: +By default, any Owntracks user connected to Home Assistant can export their waypoint definitions (from the *Export - Export to Endpoint* menu item) which will then be translated to zone definitions in Home Assistant. The zones will be named `- - :`. This functionality can be controlled in 2 ways: 1. The configuration variable `waypoints` can be set to `false` which will disable importing waypoints for all users. 2. The configuration variable `waypoint_whitelist` can contain a list of users who are allowed to import waypoints.