mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-07 21:58:21 +01:00
MQTT Sensor
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user