Skip to content

Commit

Permalink
Add informational log for add-ons
Browse files Browse the repository at this point in the history
In most cases the user provides a build metadata file. Write an
informational log when the default is being used.
  • Loading branch information
agners committed Jun 10, 2024
1 parent 078efdf commit 526221e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ function build_addon() {

# Set defaults build things
if [ -z "$build_from" ]; then
bashio::log.info "No build information or from not provided. Using default base image."
build_from="homeassistant/${build_arch}-base:latest"
fi

Expand Down

0 comments on commit 526221e

Please sign in to comment.