From de507185eb1078771bf5302f5e014efb2b46516a Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 5 Oct 2022 04:42:31 +0200 Subject: [PATCH] Added Hitachi USA and Hot Metal Flat zones --- zone/hitachius.yaml | 9 +++++++++ zone/hot_metal_flat.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 zone/hitachius.yaml create mode 100644 zone/hot_metal_flat.yaml diff --git a/zone/hitachius.yaml b/zone/hitachius.yaml new file mode 100644 index 00000000..a233e4bd --- /dev/null +++ b/zone/hitachius.yaml @@ -0,0 +1,9 @@ +###################################################################### +# Zone Work +###################################################################### + +name: Hitachi +latitude: !secret hitachius_latitude +longitude: !secret hitachius_longitude +radius: 65 +icon: mdi:domain diff --git a/zone/hot_metal_flat.yaml b/zone/hot_metal_flat.yaml new file mode 100644 index 00000000..769277b6 --- /dev/null +++ b/zone/hot_metal_flat.yaml @@ -0,0 +1,9 @@ +###################################################################### +# Zone: Casa Hot Metal Flat +###################################################################### + +name: Hot Metal Flat +latitude: !secret hotmetalflat_latitude +longitude: !secret hotmetalflat_longitude +radius: 65 +icon: mdi:home -- 2.47.3