From 389be776d03a221af14e0f32eb0e170bad434147 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:15:10 +0200 Subject: [PATCH] Add log location to debug description --- src/translations/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.yaml b/src/translations/en.yaml index 767c389..1be70de 100644 --- a/src/translations/en.yaml +++ b/src/translations/en.yaml @@ -10,7 +10,7 @@ configuration: description: Set your local timezone eg. "Europe/Berlin" or "America/New_York" debug: name: API debug mode - description: Enable Volvo API debug, normaly this can stay off + description: Enable Volvo API debug, normaly this can stay off. If enabled, the complete log file can be found under \\\addons\volvo2mqtt\log\volvo2mqtt.log. mqtt: name: MQTT Broker settings description: Broker is your mqtt broker IP eg "192.168.0.1". Mqtt username and password are optional. Broker port can be changed. If no value is given, port 1883 will be used.