diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index cae7dd71b..03ed5dbff 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -6,13 +6,15 @@ "options": { "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", "mqtt_autodiscover": true, - "TZ": "Europe/Paris" + "TZ": "Europe/Paris", + "verbose": true }, "services": ["mqtt:want"], "schema": { "CONFIG_LOCATION": "str", "mqtt_autodiscover": "bool", - "TZ": "str?" + "TZ": "str?", + "verbose": "bool" }, "slug": "enedisgateway2mqtt", "upstream": "0.7.7",