Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Jul 14, 2024
1 parent fd98108 commit 8f3a7d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions birdnet-pi/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand All @@ -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
}

0 comments on commit 8f3a7d3

Please sign in to comment.