From d06fd3ac8a83757bea72a1ba1fd78ed502668e1a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Nov 2021 22:15:26 +0100 Subject: [PATCH] Update README.md --- enedisgateway2mqtt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/README.md b/enedisgateway2mqtt/README.md index 4d520b96d..8840ddbbc 100644 --- a/enedisgateway2mqtt/README.md +++ b/enedisgateway2mqtt/README.md @@ -20,8 +20,8 @@ See its github for all informations : https://github.com/m4dm4rtig4n/enedisgatew There are 3 ways to configure this addon : - Using the addon options -- Using the custom_var field, where variables not already defined in the addon options can be described using the format : var1="text1",var2="text2" -- Manually editing the file /config/enedisgateway2mqtt/enedisgateway2mqtt.conf and adding options with the format var1="text1" +- Using the custom_var field, where variables not already defined in the addon options can be described using the format : var1=text1,var2=text2 +- Manually editing the file /config/enedisgateway2mqtt/enedisgateway2mqtt.conf and adding options with the format var1=text1 All variables defined the in the addon options and custom_var fields are automatically copied in the /config/enedisgateway2mqtt/enedisgateway2mqtt.conf file.