From 9a8ae515fa7061622cf076569883aa79e1b2203e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 18:09:11 +0000 Subject: [PATCH] Update birdnet-go README options --- birdnet-go/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/birdnet-go/README.md b/birdnet-go/README.md index 2c26ae7ec6..fcf0d94b81 100644 --- a/birdnet-go/README.md +++ b/birdnet-go/README.md @@ -46,9 +46,12 @@ Options can be configured through three ways : - Addon options ```yaml -ALSA_CARD : number of the card (0 or 1 usually), see https://github.com/tphakala/birdnet-go/blob/main/doc/installation.md#deciding-alsa_card-value -TZ: Etc/UTC specify a timezone to use, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List -COMMAND : realtime --rtsp url # allows to provide arguments to birdnet-go +BIRDSONGS_FOLDER: /config/clips # where audio clips are stored (can be on a mounted drive) +LOG_MAX_SIZE_MB: 50 # max log file size before rotation +LOG_MAX_AGE_DAYS: 7 # max log retention in days +homeassistant_microphone: false # when true, force audio source to "default" (HA microphone) +env_vars: [] # extra environment variables to pass to the container +TZ: Etc/UTC # timezone, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List mqtt_auto_config: false # set true to auto-wire the Home Assistant MQTT addon into config.yaml mariadb_auto_config: false # set true to auto-wire the Home Assistant MariaDB addon into config.yaml (also disables SQLite) ``` @@ -169,4 +172,3 @@ Create an issue on github ![illustration](https://raw.githubusercontent.com/tphakala/birdnet-go/main/doc/BirdNET-Go-dashboard.webp) -