From 9dc0232d7e87fddf57b8f7abc0a4c5bdc43970c8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:52:41 +0200 Subject: [PATCH] Update version and remove unused model flag --- birdnet-pi/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index b36624716..3fb448f5c 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -76,7 +76,6 @@ "LIVESTREAM_BOOT_ENABLED": false, "MQTT_DISABLED": true, "TZ": "Europe/Paris", - "Use_tphakala_model_v2": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false @@ -104,7 +103,6 @@ "MQTT_PORT_manual": "int?", "MQTT_USER_manual": "str?", "TZ": "str?", - "Use_tphakala_model_v2": "bool", "certfile": "str", "cifsdomain": "str?", "cifspassword": "str?", @@ -123,6 +121,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "2025.09.11", + "version": "2025.09.12", "video": true }