From d30a824b59c93af61138dbb0d86287568eafc8d1 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 17 Jan 2022 19:04:13 +0100 Subject: [PATCH] Added zones --- customize/zones.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 customize/zones.yaml diff --git a/customize/zones.yaml b/customize/zones.yaml new file mode 100644 index 0000000..7d5a25b --- /dev/null +++ b/customize/zones.yaml @@ -0,0 +1,17 @@ +- name: Arbejde (NN AA) + latitude: !secret NNAA_latitude + longitude: !secret NNAA_longitude + radius: 200 + icon: mdi:briefcase + +- name: Arbejde (NN Søborg) + latitude: !secret NNSOE_latitude + longitude: !secret NNSOE_longitude + radius: 200 + icon: mdi:briefcase + +- name: Skole + latitude: !secret school_latitude + longitude: !secret school_longitude + radius: 200 + icon: mdi:school