Revert 'Update version and remove unused model flag' [nobuild]

This commit is contained in:
GitHub Actions
2025-09-16 14:13:36 +00:00
parent 9dc0232d7e
commit a07cd7ddc3

View File

@@ -76,6 +76,7 @@
"LIVESTREAM_BOOT_ENABLED": false, "LIVESTREAM_BOOT_ENABLED": false,
"MQTT_DISABLED": true, "MQTT_DISABLED": true,
"TZ": "Europe/Paris", "TZ": "Europe/Paris",
"Use_tphakala_model_v2": false,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ssl": false "ssl": false
@@ -103,6 +104,7 @@
"MQTT_PORT_manual": "int?", "MQTT_PORT_manual": "int?",
"MQTT_USER_manual": "str?", "MQTT_USER_manual": "str?",
"TZ": "str?", "TZ": "str?",
"Use_tphakala_model_v2": "bool",
"certfile": "str", "certfile": "str",
"cifsdomain": "str?", "cifsdomain": "str?",
"cifspassword": "str?", "cifspassword": "str?",
@@ -121,6 +123,6 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true, "usb": true,
"version": "2025.09.12", "version": "2025.09.11",
"video": true "video": true
} }