Add audio_card option to config.json

This commit is contained in:
Alexandre
2025-09-17 10:28:00 +02:00
committed by GitHub
parent 32657d0436
commit 9e7c54045a

View File

@@ -89,7 +89,8 @@
], ],
"name": "Birdnet-go", "name": "Birdnet-go",
"options": { "options": {
"BIRDSONGS_FOLDER": "/config/clips" "BIRDSONGS_FOLDER": "/config/clips",
"audio_card": "default"
}, },
"panel_admin": false, "panel_admin": false,
"panel_icon": "mdi:bird", "panel_icon": "mdi:bird",
@@ -109,6 +110,7 @@
"schema": { "schema": {
"BIRDSONGS_FOLDER": "str?", "BIRDSONGS_FOLDER": "str?",
"TZ": "str?", "TZ": "str?",
"audio_card": "str?",
"cifsdomain": "str?", "cifsdomain": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",