From dfd52f2dd3f1914ef8cbf4a40868fd298ef9fc0e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 22 Aug 2026 01:25:38 +0200 Subject: [PATCH] Updater bot : birdnet-pipy updated to 0.8.8 (upstream 0.8.8) --- 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 e90576604b..035b00a447 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.8 (2026-08-22) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) + ## 0.8.6 (2026-08-13) - Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 0317344ea4..c6a56df26c 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.8.6" +version: "0.8.8" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index 63cfb7760f..94e3eff6df 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-13", + "last_update": "2026-08-22", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.8.6" + "upstream_version": "0.8.8" }