Update BirdNET-PiPy documentation options

This commit is contained in:
Alexandre
2026-01-29 11:43:20 +01:00
parent dcc30aaa8f
commit 732827b191
2 changed files with 41 additions and 2 deletions

View File

@@ -12,6 +12,17 @@
- **Ingress:** Use the Home Assistant sidebar entry.
- **Direct:** `http://<host>:8099`
## Options
```yaml
TZ: Etc/UTC # Timezone, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
ICECAST_PASSWORD: "" # Optional: set a persistent password for the audio stream
STREAM_BITRATE: 320k # Bitrate for the mp3 stream
RECORDING_MODE: rtsp # pulseaudio | http_stream | rtsp
RTSP_URL: "" # Required if RECORDING_MODE is rtsp
data_location: /config/data # Persistent data location for BirdNET-PiPy
```
## Audio
The add-on expects audio via PulseAudio (default) or an RTSP stream configured in the BirdNET-PiPy settings.