Update config.json

This commit is contained in:
Alexandre
2025-09-17 13:41:52 +02:00
committed by GitHub
parent 243b61f681
commit bf65f61a06

View File

@@ -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"
}