mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Enhance logging for addon options conversion
Added logging messages to inform users about environment variable conversion.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user