diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 7542a8602..c37af234d 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -10,6 +10,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then bashio::log.blue \ '-----------------------------------------------------------' bashio::log.blue "Starting addon without HA support" + bashio::log.blue "Version : ${BUILD_VERSION:-1.0}" bashio::log.blue "Please use Docker Compose for env variables" bashio::log.blue \ '-----------------------------------------------------------'