diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile
index e00428436..86c19dae9 100644
--- a/battybirdnet-pi/Dockerfile
+++ b/battybirdnet-pi/Dockerfile
@@ -58,7 +58,7 @@ RUN \
git config --global --add safe.directory '*' && \
\
# Download installer
- curl -f -L -s -S "https://raw.githubusercontent.com/rdz-oss/BattyBattyBirdNET-Analyzer/main/newinstaller.sh" -o /newinstaller.sh && \
+ curl -f -L -s -S "https://raw.githubusercontent.com/rdz-oss/BattyBirdNET-Analyzer/main/newinstaller.sh" -o /newinstaller.sh && \
chmod 777 /newinstaller.sh && \
\
# Use installer to modify other scripts
diff --git a/battybirdnet-pi/config.json b/battybirdnet-pi/config.json
index d9f79d276..ab249cdb0 100644
--- a/battybirdnet-pi/config.json
+++ b/battybirdnet-pi/config.json
@@ -119,6 +119,6 @@
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/battybirdnet-pi",
"usb": true,
- "version": "0.5",
+ "version": "0.3",
"video": true
}
diff --git a/battybirdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/battybirdnet-pi/rootfs/custom-services.d/30-monitoring.sh
index 736ef6957..3c709506a 100755
--- a/battybirdnet-pi/rootfs/custom-services.d/30-monitoring.sh
+++ b/battybirdnet-pi/rootfs/custom-services.d/30-monitoring.sh
@@ -49,7 +49,7 @@ function apprisealert() {
NOTIFICATION+="
System: ${SITE_NAME:-$(hostname)}"
NOTIFICATION+="
Available disk space: $(df -h "$(readlink -f "$HOME/BirdSongs")" | awk 'NR==2 {print $4}')"
if [ -n "$BIRDNETPI_URL" ]; then
- NOTIFICATION+="
Access your battyBattyBirdNET-Analyzer"
+ NOTIFICATION+="
Access your BattyBirdNET-Analyzer"
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"
diff --git a/battybirdnet-pi/rootfs/etc/cont-init.d/99-run.sh b/battybirdnet-pi/rootfs/etc/cont-init.d/99-run.sh
index fbfb1a6a1..1071b5ae5 100755
--- a/battybirdnet-pi/rootfs/etc/cont-init.d/99-run.sh
+++ b/battybirdnet-pi/rootfs/etc/cont-init.d/99-run.sh
@@ -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
diff --git a/battybirdnet-pi/updater.json b/battybirdnet-pi/updater.json
index caf58ceaa..9bf5768a2 100644
--- a/battybirdnet-pi/updater.json
+++ b/battybirdnet-pi/updater.json
@@ -1,8 +1,8 @@
{
"last_update": "27-07-2024",
"repository": "alexbelgium/hassio-addons",
- "slug": "battybattybirdnet-pi",
+ "slug": "BattyBirdNET-pi",
"source": "github",
- "upstream_repo": "rdz-oss/Battybattybirdnet-pi",
+ "upstream_repo": "rdz-oss/BattyBirdNET-pi",
"upstream_version": ""
}