MQTT Sensor

This commit is contained in:
thor0215
2024-06-28 11:05:06 -05:00
parent 1a16faefa1
commit fb9906536a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
## ⚠ Open Request : [✨ [REQUEST] Birdnet-Go (opened 2024-05-07)](https://github.com/alexbelgium/hassio-addons/issues/1385) by [@matthew73210](https://github.com/matthew73210)
## ⚠ Open Issue : [🐛 [Birdnet-go] Queue is full! (opened 2024-06-24)](https://github.com/alexbelgium/hassio-addons/issues/1449) by [@thor0215](https://github.com/thor0215)
# Home assistant add-on: Birdnet-Go
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -16,6 +16,10 @@ echo " "
bashio::log.info "Starting app..."
COMMAND="$(bashio::config "COMMAND")"
# shellcheck disable=SC2086
mkdir -p /root/.config/birdnet-go
cd /root/.config/birdnet-go
pwd
/usr/bin/birdnet-go $COMMAND & true
# Wait for app to become available to start nginx