Updater bot : birdnet-go updated to nightly-20251214

This commit is contained in:
alexbelgium
2025-12-20 01:55:29 +01:00
parent 51a0270bf2
commit 82e4332d99
3 changed files with 6 additions and 3 deletions

View File

@@ -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. - 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. - Preserve the microphone selected in the BirdNET-Go UI unless the `homeassistant_microphone` option explicitly forces the default device.

View File

@@ -117,4 +117,4 @@ slug: birdnet-go
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
usb: true usb: true
version: "nightly-20251028" version: "nightly-20251214"

View File

@@ -2,10 +2,10 @@
"github_beta": true, "github_beta": true,
"github_fulltag": true, "github_fulltag": true,
"github_tagfilter": "nightly", "github_tagfilter": "nightly",
"last_update": "01-11-2025", "last_update": "20-12-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "birdnet-go", "slug": "birdnet-go",
"source": "github", "source": "github",
"upstream_repo": "tphakala/birdnet-go", "upstream_repo": "tphakala/birdnet-go",
"upstream_version": "nightly-20251028" "upstream_version": "nightly-20251214"
} }