Update config.json

This commit is contained in:
Alexandre
2024-04-28 10:21:14 +02:00
committed by GitHub
parent c3295523ac
commit 01d3a89286

View File

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