From b607aff3dc6a82ef53c79119b9cd93a113cf96da Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:42:48 +0200 Subject: [PATCH] Ensure addon title aligned with upstream (nightly-xxx) https://github.com/alexbelgium/hassio-addons/issues/1942 --- birdnet-go/updater.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 193640590..7ae6329cb 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,5 +1,7 @@ { + "fulltag": true, "github_beta": true, + "github_tagfilter": "nightly", "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go",