From 82e4332d99e5f5d3391f57528a8465a8b6ee3167 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Dec 2025 01:55:29 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20251214 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.yaml | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 832a4218d..443d41184 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20251214 (20-12-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Preserve the microphone selected in the BirdNET-Go UI unless the `homeassistant_microphone` option explicitly forces the default device. diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index e9677b310..15dba67ad 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -117,4 +117,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20251028" +version: "nightly-20251214" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 3cda41758..4bc88f24f 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_fulltag": true, "github_tagfilter": "nightly", - "last_update": "01-11-2025", + "last_update": "20-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20251028" + "upstream_version": "nightly-20251214" }