From a52e94fa29aea093264aa872bbcf404c049cb289 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Fri, 6 May 2022 10:02:37 -0700 Subject: [PATCH] Change Zone Radius --- packages/zones/zones.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/zones/zones.yaml b/packages/zones/zones.yaml index b4036a1..1981835 100644 --- a/packages/zones/zones.yaml +++ b/packages/zones/zones.yaml @@ -6,17 +6,17 @@ zone: - name: Home latitude: !secret home_latitude longitude: !secret home_longitude - radius: 100 + radius: 50 icon: mdi:home - name: !secret jp_work_name latitude: !secret jp_work_latitude longitude: !secret jp_work_longitude - radius: 500 + radius: 250 icon: mdi:briefcase - name: !secret jen_work_name latitude: !secret jen_work_latitude longitude: !secret jen_work_longitude - radius: 500 + radius: 250 icon: mdi:briefcase