From f2a09ff1272db2aa906fd8899aa1c70522e754cc Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 11 Mar 2024 10:17:43 +0100 Subject: [PATCH] Updated Zones (Remove Torretti & CISL, added Hitachi FR) --- .secrets_dummy.yaml | 6 ++---- zone/{cisl.yaml => hitachifr.yaml} | 10 +++++----- zone/torretti.yaml | 10 ---------- 3 files changed, 7 insertions(+), 19 deletions(-) rename zone/{cisl.yaml => hitachifr.yaml} (57%) delete mode 100644 zone/torretti.yaml diff --git a/.secrets_dummy.yaml b/.secrets_dummy.yaml index 2ed94678..36a42996 100644 --- a/.secrets_dummy.yaml +++ b/.secrets_dummy.yaml @@ -10,14 +10,12 @@ varazze_latitude: 0 varazze_longitude: 0 morgex_latitude: 0 morgex_longitude: 0 -torretti_latitude: 0 -torretti_longitude: 0 -cisl_latitude: 0 -cisl_longitude: 0 hotmetalflat_latitude: 0 hotmetalflat_longitude: 0 hitachius_latitude: 0 hitachius_longitude: 0 +hitachifr_latitude: 0 +hitachifr_longitude: 0 base_url: http://localhost diff --git a/zone/cisl.yaml b/zone/hitachifr.yaml similarity index 57% rename from zone/cisl.yaml rename to zone/hitachifr.yaml index e7e21a85..165eae6b 100644 --- a/zone/cisl.yaml +++ b/zone/hitachifr.yaml @@ -1,9 +1,9 @@ ###################################################################### -# Zone: CAF CISL +# Zone Work ###################################################################### -name: CISL -latitude: !secret cisl_latitude -longitude: !secret cisl_longitude -radius: 20 +name: Hitachi FR +latitude: !secret hitachifr_latitude +longitude: !secret hitachifr_longitude +radius: 65 icon: mdi:domain diff --git a/zone/torretti.yaml b/zone/torretti.yaml deleted file mode 100644 index f7d50c9e..00000000 --- a/zone/torretti.yaml +++ /dev/null @@ -1,10 +0,0 @@ -###################################################################### -# Zone: Hotel Torretti -###################################################################### - -name: Torretti -latitude: !secret torretti_latitude -longitude: !secret torretti_longitude -radius: 50 -#icon: mdi:hotel -icon: mdi:domain -- 2.47.3