summaryrefslogtreecommitdiffstats
path: root/.storage/core.config
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2024-06-06 06:06:33 +0400
committerSuren A. Chilingaryan <csa@suren.me>2024-06-06 06:20:08 +0400
commit35e1d7fd0ee093c362de3663e0fccc049434565a (patch)
treeedb376ee0cc3b5994cee95c4b983dfe0017d8bfb /.storage/core.config
parentc43c1251c98eb91b811cc631e5bd58dd1fe541f6 (diff)
downloadhass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.gz
hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.bz2
hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.xz
hass-35e1d7fd0ee093c362de3663e0fccc049434565a.zip
Configure influxdb & re-enable purging of old data. New historical dashboards. Hass upgrade.
Diffstat (limited to '.storage/core.config')
-rw-r--r--.storage/core.config30
1 files changed, 16 insertions, 14 deletions
diff --git a/.storage/core.config b/.storage/core.config
index 40052c9..41e6d44 100644
--- a/.storage/core.config
+++ b/.storage/core.config
@@ -1,16 +1,18 @@
{
- "version": 1,
- "minor_version": 1,
- "key": "core.config",
- "data": {
- "latitude": 40.20199333859466,
- "longitude": 44.48050969769397,
- "elevation": 1050,
- "unit_system": "metric",
- "location_name": "Halabyan24",
- "time_zone": "Asia/Yerevan",
- "external_url": null,
- "internal_url": null,
- "currency": "EUR"
- }
+ "version": 1,
+ "minor_version": 3,
+ "key": "core.config",
+ "data": {
+ "latitude": 40.20199333859466,
+ "longitude": 44.48050969769397,
+ "elevation": 1050,
+ "unit_system_v2": "metric",
+ "location_name": "Halabyan24",
+ "time_zone": "Asia/Yerevan",
+ "external_url": null,
+ "internal_url": null,
+ "currency": "EUR",
+ "country": "AM",
+ "language": "en"
+ }
} \ No newline at end of file