From 76b45c9822bb09fefbf0e78e3e40c61282b30048 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:18:47 +0200 Subject: [PATCH] Update config.json --- birdnet-pi/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 38a6f10d3..18ae2838e 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -71,6 +71,7 @@ "name": "BirdNET-pi", "options": { "BIRDSONGS_FOLDER": "/config/BirdSongs", + "BIRDS_ONLINE_INFO": "ebird.org", "TZ": "Europe/Paris" }, "panel_icon": "mdi:bird", @@ -86,6 +87,7 @@ ], "schema": { "BIRDSONGS_FOLDER": "str?", + "BIRDS_ONLINE_INFO": "list(allaboutbirds.org|ebird.org)", "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?", @@ -98,6 +100,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-3", + "version": "0.13-4", "video": true }