mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02:00
update
This commit is contained in:
@@ -49,7 +49,7 @@ function apprisealert() {
|
||||
NOTIFICATION+="<br><b>System:</b> ${SITE_NAME:-$(hostname)}"
|
||||
NOTIFICATION+="<br>Available disk space: $(df -h "$(readlink -f "$HOME/BirdSongs")" | awk 'NR==2 {print $4}')"
|
||||
if [ -n "$BIRDNETPI_URL" ]; then
|
||||
NOTIFICATION+="<br> <a href=\"$BIRDNETPI_URL\">Access your battyBattyBirdNET-Analyzer</a>"
|
||||
NOTIFICATION+="<br> <a href=\"$BIRDNETPI_URL\">Access your BattyBirdNET-Analyzer</a>"
|
||||
fi
|
||||
TITLE="BirdNET-Analyzer stopped"
|
||||
"$HOME"/BattyBirdNET-Analyzer/birdnet/bin/apprise -vv -t "$TITLE" -b "${NOTIFICATION}" --input-format=html --config="$HOME/BattyBirdNET-Analyzer/apprise.txt"
|
||||
|
||||
@@ -53,7 +53,7 @@ service dbus start
|
||||
|
||||
# Starting services
|
||||
echo ""
|
||||
bashio::log.info "Starting battyBattyBirdNET-Analyzer services"
|
||||
bashio::log.info "Starting BattyBirdNET-Analyzer services"
|
||||
chmod +x "$HOME"/BattyBirdNET-Analyzer/scripts/restart_services.sh
|
||||
"$HOME"/BattyBirdNET-Analyzer/scripts/restart_services.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user