From bf65f61a069e6b839ca3a6fc46efe751b5eb79b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:41:52 +0200 Subject: [PATCH] Update config.json --- birdnet-go/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index c16dd9e3f..62216bb9d 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -90,7 +90,7 @@ "name": "Birdnet-go", "options": { "BIRDSONGS_FOLDER": "/config/clips", - "audio_card": "default" + "homeassistant_microphone": false }, "panel_admin": false, "panel_icon": "mdi:bird", @@ -110,7 +110,7 @@ "schema": { "BIRDSONGS_FOLDER": "str?", "TZ": "str?", - "audio_card": "str?", + "homeassistant_microphone": "bool?", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", @@ -125,5 +125,5 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "usb": true, - "version": "nightly-20250904_3" + "version": "nightly-20250904_4" }