diff options
author | root <root@smartpi.suren.me> | 2023-01-10 07:45:02 +0400 |
---|---|---|
committer | root <root@smartpi.suren.me> | 2023-01-10 07:45:02 +0400 |
commit | 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (patch) | |
tree | 03391160212b39c4597ecc26010f2ba1235a65e3 /.storage/zone | |
download | hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.gz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.bz2 hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.xz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.zip |
Initial configuration
Diffstat (limited to '.storage/zone')
-rw-r--r-- | .storage/zone | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.storage/zone b/.storage/zone new file mode 100644 index 0000000..11b7a98 --- /dev/null +++ b/.storage/zone @@ -0,0 +1,18 @@ +{ + "version": 1, + "minor_version": 1, + "key": "zone", + "data": { + "items": [ + { + "latitude": 40.20070712833234, + "longitude": 44.47609064687973, + "name": "HomeHalabyanExtended", + "icon": "mdi:map-marker", + "passive": false, + "radius": 856.0, + "id": "homehalabyan" + } + ] + } +}
\ No newline at end of file |