diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 05c3e3dfb..211f0fcbe 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 }