diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index b095a67c5..64a95632e 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -68,6 +68,7 @@ ], "name": "BirdNET-pi", "options": { + "BIRDSONGS_FOLDER": "/config/BirdSongs", "TZ": "Europe/Paris" }, "ports": { @@ -81,6 +82,7 @@ "DAC_READ_SEARCH" ], "schema": { + "BIRDSONGS_FOLDER": "str?", "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?", @@ -92,7 +94,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-5", + "version": "0.13-6", "video": true, "webui": "http://[HOST]:[PORT:80]" }