Add links to WKI

This commit is contained in:
Alexandre
2025-07-31 14:38:00 +02:00
committed by GitHub
parent 2cbde1519e
commit e93e0dfa54
4 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ if [ ! -d /config ] || ! bashio::supervisor.ping 2> /dev/null; then
exit 0
fi
bashio::log.notice "This script is used to run custom commands at start of the addon. Instructions here : https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon"
# Define slug
slug="${HOSTNAME/-/_}"
slug="${slug#*_}"