evcc.json Clarify the config file location (#2193)

* 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>
This commit is contained in:
Michiel van der Wulp 2025-02-10 09:04:07 +01:00 committed by GitHub
parent f94d727af7
commit 31c8617258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,8 @@
}, },
"notes": [ "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" "type": "info"
} }
] ]
} }