diff --git a/birdnet-pipy/CHANGELOG.md b/birdnet-pipy/CHANGELOG.md index 2c75231d7..f371745c7 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.5.4 (2026-02-21) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) ## 0.5.0-6 (15-02-2026) - Minor bugs fixed ## 0.5.0-5 (15-02-2026) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 13dcf2998..5c55a0fd7 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -93,5 +93,5 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.5.0-6" +version: "0.5.4" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index b3e18d57b..e600f06b0 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-02-14", + "last_update": "2026-02-21", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.5.0" + "upstream_version": "0.5.4" }