From e226089cfd94f2483dcf2772002b48b37f26bd51 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:01:21 +0100 Subject: [PATCH] Enhance logging for addon options conversion Added logging messages to inform users about environment variable conversion. --- .templates/00-global_var.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 1956e4dcb..c9c0c0798 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -11,6 +11,13 @@ fi # Export all addon options as env # ################################### +echo "" +bashio::log.green "Convert addon options to environment variables" +bashio::log.green "----------------------------------------------" +bashio::log.notice "This script converts all addon options to environment variables. Custom variables can be set using env_vars." +bashio::log.notice "Additional informations : https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2" +echo "" + # For all keys in options.json JSONSOURCE="/data/options.json"