From 92277d5b1cdc44a98d938c141066cd951aa6c52d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:52:09 +0100 Subject: [PATCH] Remove log notice for environment variable export Removed notice log about exporting custom environment variables. --- .templates/01-config_yaml.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index d36a9287d..c2ccbd6de 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -11,8 +11,6 @@ if [ ! -d /config ] || ! bashio::supervisor.ping 2> /dev/null; then exit 0 fi -bashio::log.notice "This script is used to export custom environment variables at start of the addon using the env_vars addon options. Instructions here : https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2" - # Define slug slug="${HOSTNAME/-/_}" slug="${slug#*_}"