From c14556c276c767c2111f9671569e61613b76d887 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 May 2026 01:25:33 +0200 Subject: [PATCH] Updater bot : birdnet-pipy updated to 0.6.10 --- 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 42ce16bd25..d8c79ecb75 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.6.10 (2026-05-16) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) + ## 0.6.8 (2026-05-09) - Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) ## 0.6.6-4 (2026-05-02) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index c33fcae23d..b48bde4f6b 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -96,4 +96,4 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.6.8" +version: "0.6.10" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index 41b4507d37..e87e13225f 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-09", + "last_update": "2026-05-16", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.6.8" + "upstream_version": "0.6.10" }