From 35e1d7fd0ee093c362de3663e0fccc049434565a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 6 Jun 2024 06:06:33 +0400 Subject: Configure influxdb & re-enable purging of old data. New historical dashboards. Hass upgrade. --- .storage/core.config | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to '.storage/core.config') 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 -- cgit v1.2.3