From d78c2d3f92eb802d82762ed69d903d679becf792 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:15:06 +0100 Subject: [PATCH] Revert "Change folder location" This reverts commit 53d68c783049f47095d033e07f085c89ccea7302. --- enedisgateway2mqtt/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 6c898aaf6..d01e791b3 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -12,7 +12,7 @@ ], "name": "MyElectricalData", "options": { - "CONFIG_LOCATION": "/config/addons_config/myelectricaldata/config.yaml", + "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", "TZ": "Europe/Paris", "mqtt_autodiscover": true, "verbose": true @@ -28,5 +28,5 @@ ], "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.10-3" + "version": "0.8.10-2" }