mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Update birdnet-go README options
This commit is contained in:
committed by
GitHub
parent
9eb6fdd681
commit
9a8ae515fa
@@ -46,9 +46,12 @@ Options can be configured through three ways :
|
|||||||
- Addon options
|
- Addon options
|
||||||
|
|
||||||
```yaml
|
```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
|
BIRDSONGS_FOLDER: /config/clips # where audio clips are stored (can be on a mounted drive)
|
||||||
TZ: Etc/UTC specify a timezone to use, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
LOG_MAX_SIZE_MB: 50 # max log file size before rotation
|
||||||
COMMAND : realtime --rtsp url # allows to provide arguments to birdnet-go
|
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
|
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)
|
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
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user