From a07cd7ddc3931e1a6a2936f0c4a4df7f96150dd0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Sep 2025 14:13:36 +0000 Subject: [PATCH] Revert 'Update version and remove unused model flag' [nobuild] --- 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 3fb448f5c..b36624716 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -76,6 +76,7 @@ "LIVESTREAM_BOOT_ENABLED": false, "MQTT_DISABLED": true, "TZ": "Europe/Paris", + "Use_tphakala_model_v2": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false @@ -103,6 +104,7 @@ "MQTT_PORT_manual": "int?", "MQTT_USER_manual": "str?", "TZ": "str?", + "Use_tphakala_model_v2": "bool", "certfile": "str", "cifsdomain": "str?", "cifspassword": "str?", @@ -121,6 +123,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "2025.09.12", + "version": "2025.09.11", "video": true }