From 8f3a7d3e4b68fde61d544190a412105ffb367883 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:18:25 +0200 Subject: [PATCH] Update config.json --- birdnet-pi/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 05c3e3dfb37..211f0fcbee1 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -96,10 +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?", + "MQTT_HOST_manual": "str?", + "MQTT_PORT_manual": "int?", + "MQTT_USER_manual": "str?", + "MQTT_PASSWORD_manual": "password?", "PROCESSED_FOLDER_ENABLED": "bool?", "SPECIES_CONVERTER_ENABLED": "bool?", "TZ": "str?", @@ -121,6 +121,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-70", + "version": "0.13-71", "video": true }