From f4cde22f66d6fe59fb54450f8b1083d83f79dff1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 17 Jun 2026 08:28:59 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260615 --- 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 4727322bbc..1cc0a72f1d 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20260615 (2026-06-17) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20260601-2 (03-06-2026) - Minor bugs fixed ## nightly-20260601 (2026-06-01) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index cfcc4ac661..bf9c0090b7 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -126,4 +126,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260601-2" +version: "nightly-20260615" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 8ff14dcb3b..4e0707912d 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_exclude": "-4", "github_fulltag": true, - "last_update": "2026-06-01", + "last_update": "2026-06-17", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260601" + "upstream_version": "nightly-20260615" }