From 501be933a5abe3235ab0ff4eb3ad62755ede0eed Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 14 Mar 2026 01:25:31 +0100 Subject: [PATCH] Updater bot : birdnet-pipy updated to 0.5.7 --- birdnet-pipy/CHANGELOG.md | 3 +++ birdnet-pipy/config.yaml | 2 +- birdnet-pipy/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-pipy/CHANGELOG.md b/birdnet-pipy/CHANGELOG.md index 409fd39ac..451fe99cc 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.5.7 (2026-03-14) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) + ## 0.5.6-2 (2026-03-11) - Add container timezone management: TZ option now properly configures the container timezone (symlinks /etc/localtime, writes /etc/timezone, exports to s6 environment) - Change default timezone from Etc/UTC to Europe/Paris diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 155b4c76f..8de2c9354 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -97,5 +97,5 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.5.6-3" +version: "0.5.7" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index 828196b1b..ec2da29e7 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-03-07", + "last_update": "2026-03-14", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.5.6" + "upstream_version": "0.5.7" }