3 Commits

Author SHA1 Message Date
github-actions
4d9d31d667 GitHub bot: changelog 2025-11-04 10:07:25 +00:00
Alexandre
a9c6999117 Update config.yaml 2025-11-04 10:38:25 +01:00
Alexandre
8105a9ad0e Fix https://github.com/alexbelgium/hassio-addons/issues/2162 2025-11-04 10:37:49 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 2025.11.03 (04-11-2025)
- Minor bugs fixed
## 2025.11.02 (01-11-2025)
- Minor bugs fixed
## 2025.10.02 (07-10-2025)

View File

@@ -113,5 +113,5 @@ tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi
usb: true
version: 2025.11.02
version: 2025.11.03
video: true

View File

@@ -113,7 +113,7 @@ def automatic_mqtt_publish(file, detection, path):
log.info("Posted to MQTT: ok")
mqttc = mqtt.Client("birdnet_mqtt")
mqttc = mqtt.Client("birdnet_mqtt", callback_api_version=4)
mqttc.username_pw_set(mqtt_user, mqtt_pass)
mqttc.on_connect = on_connect