From e2eb8daf7625dbf5e9c250989b1d6c2671d7b407 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Nov 2021 23:11:56 +0100 Subject: [PATCH] Allow tz --- enedisgateway2mqtt_test/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enedisgateway2mqtt_test/config.json b/enedisgateway2mqtt_test/config.json index 9fafbbeb1..a3110ab03 100644 --- a/enedisgateway2mqtt_test/config.json +++ b/enedisgateway2mqtt_test/config.json @@ -7,7 +7,8 @@ "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml" }, "schema": { - "CONFIG_LOCATION": "str" + "CONFIG_LOCATION": "str", + "TZ": "str?" }, "slug": "enedisgateway2mqtt_test", "upstream": "0.7.1",