From 53d68c783049f47095d033e07f085c89ccea7302 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:32:38 +0100 Subject: [PATCH] Change folder location https://github.com/alexbelgium/hassio-addons/issues/600#issuecomment-1351335484 --- enedisgateway2mqtt/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index d01e791b3..6c898aaf6 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -12,7 +12,7 @@ ], "name": "MyElectricalData", "options": { - "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", + "CONFIG_LOCATION": "/config/addons_config/myelectricaldata/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-2" + "version": "0.8.10-3" }