From 0ea048ade16b9def603101b95fcce663fdbe0d2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Jul 2024 10:52:13 +0200 Subject: [PATCH] New version https://github.com/alexbelgium/hassio-addons/issues/1477#issuecomment-2227268793 --- birdnet-pi/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 6e15da6ec..05c3e3dfb 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -96,6 +96,10 @@ "BIRDSONGS_FOLDER": "str?", "LIVESTREAM_BOOT_ENABLED": "bool", "MQTT_DISABLED": "bool?", + "MQTT_HOST_manual": "bool?", + "MQTT_PORT_manual": "bool?", + "MQTT_USER_manual": "bool?", + "MQTT_PASSWORD_manual": "bool?", "PROCESSED_FOLDER_ENABLED": "bool?", "SPECIES_CONVERTER_ENABLED": "bool?", "TZ": "str?", @@ -117,6 +121,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-69", + "version": "0.13-70", "video": true }