From 54db72df9474b96d1f6912ff261d335d3a19c258 Mon Sep 17 00:00:00 2001 From: Russell Stephens Date: Wed, 16 Jul 2025 04:58:03 -0400 Subject: [PATCH] Update README.md (#304) Improve readability and copy-paste functionality of docker command --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e98433..53cbe3a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,17 @@ The following steps are required for authentication in exactly this order: Just install this addon with the following command. Please note to fill in your settings inside the environment variables. -`docker run -d --pull=always -e CONF_updateInterval=300 -e CONF_babelLocale='de' -e CONF_mqtt='@json {"broker": "", "username": "", "password": "", "port": 1883}' -e CONF_volvoData='@json {"username": "", "password": "", "vin": "", "vccapikey": ["key1", "key2"]}' -e TZ='Europe/Berlin' --name volvo2mqtt ghcr.io/dielee/volvo2mqtt:latest` +
+docker run -d --pull=always \
+  -e CONF_updateInterval=300 \
+  -e CONF_babelLocale='de' \
+  -e CONF_mqtt='@json {"broker": "", "username": "", "password": "", "port": 1883}' \
+  -e CONF_volvoData='@json {"username": "", "password": "", "vin": "", "vccapikey": ["key1", "key2"]}' \
+  -e TZ='Europe/Berlin' \
+  --name volvo2mqtt \
+  ghcr.io/dielee/volvo2mqtt:latest
+
+
HA Add-On: