From 719b63adf9bba2354d5fc9a8e67bdaa807a6f3f9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 2 Mar 2026 13:36:21 +0100 Subject: [PATCH] Updater bot : birdnet-pipy updated to 0.5.5 --- 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 d851e71d4..b43d2d9d0 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.5.5 (2026-03-02) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) ## 0.5.4-3 (26-02-2026) - Minor bugs fixed ## 0.5.4-2 (23-02-2026) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index a52b0a806..d6da41856 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -95,5 +95,5 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.5.4-3" +version: "0.5.5" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index e600f06b0..cb36b0489 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-02-21", + "last_update": "2026-03-02", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.5.4" + "upstream_version": "0.5.5" }