From 31c8617258665ce5784b566722cc0f4863d2d348 Mon Sep 17 00:00:00 2001 From: Michiel van der Wulp Date: Mon, 10 Feb 2025 09:04:07 +0100 Subject: [PATCH] evcc.json Clarify the config file location (#2193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Clarify the config file location Clarify the config file location: evcc is set up to use a config file "evcc.yaml" in the "/etc" location. If you do not know this location, you won't get evcc to use it. * Update json/evcc.json Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- json/evcc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/evcc.json b/json/evcc.json index dd66f731..5dfe86d6 100644 --- a/json/evcc.json +++ b/json/evcc.json @@ -32,8 +32,8 @@ }, "notes": [ { - "text": "entering `evcc configure` in the LXC terminal will guide you through the creation of a configuration file for evcc.", + "text": "To configure evcc, type `cd /etc` followed by `evcc configure` in the evcc LXC shell", "type": "info" } ] -} \ No newline at end of file +}