mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
3 Commits
6e7451bbb9
...
4d9d31d667
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d9d31d667 | ||
|
|
a9c6999117 | ||
|
|
8105a9ad0e |
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user