From 945d593727b8025220b4507492ef3f94e8292e9e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 May 2025 15:07:18 +0200 Subject: [PATCH] Remove Command --- 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 cb8b42e08..b0d296ad3 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -81,8 +81,7 @@ ], "name": "Birdnet-go", "options": { - "BIRDSONGS_FOLDER": "/config/clips", - "COMMAND": "realtime" + "BIRDSONGS_FOLDER": "/config/clips" }, "panel_admin": false, "panel_icon": "mdi:bird", @@ -99,7 +98,6 @@ "schema": { "ALSA_CARD": "int?", "BIRDSONGS_FOLDER": "str?", - "COMMAND": "str", "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?",