From d4cb7dabd56cd6f8835b1647e8eb0e50a9c7e6d5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:34:48 +0200 Subject: [PATCH] Update 01-config_yaml.sh https://github.com/alexbelgium/hassio-addons/issues/1933#issuecomment-3031943775 --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index a226a16cc..1c19e7976 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -182,7 +182,7 @@ while IFS= read -r line; do VALUE="${line#*=}" if [[ "$VALUE" == \"*\"*\" ]]; then VALUE="${VALUE:1:-1}" - VALUE="'$VALUE'" + VALUE="\"$VALUE\"" fi export "${KEYS}=${VALUE}" # export to python