From 00e37cc18bda1b8c034fa9462bdffaa717ad08e5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Apr 2026 01:25:28 +0200 Subject: [PATCH] Updater bot : birdnet-pipy updated to 0.6.4 --- 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 1806174ca..e57169b9e 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.4 (2026-04-18) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) ## 0.6.3-3 (2026-04-17) - Enable Core API access (`homeassistant_api: true`) so the addon can call HA Core's `update.install` service. Required for in-app self-update — Supervisor blocks `/store/addons//update`, so the backend routes through Core. diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 8c6881b69..12ad93434 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.3-3" +version: "0.6.4" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index 4fa1faad5..65b2390bb 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-04-13", + "last_update": "2026-04-18", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.6.3" + "upstream_version": "0.6.4" }