From b67bff4ed1625643aef039a30a5d4c7293597628 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:30:41 +0200 Subject: [PATCH] Remove audio property and update version --- birdnet-go/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index f2605a004..f14b98977 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -3,7 +3,6 @@ "aarch64", "amd64" ], - "audio": true, "codenotary": "alexandrep.github@gmail.com", "description": "Realtime BirdNET soundscape analyzer", "devices": [ @@ -107,7 +106,6 @@ "SYS_RESOURCE" ], "schema": { - "ALSA_CARD": "int?", "BIRDSONGS_FOLDER": "str?", "TZ": "str?", "cifsdomain": "str?", @@ -124,5 +122,5 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "usb": true, - "version": "nightly-20250904" + "version": "nightly-20250904_test" }