Updater bot : birdnet-pipy updated to 0.6.4

This commit is contained in:
alexbelgium
2026-04-18 01:25:28 +02:00
parent a88a8ad16f
commit 00e37cc18b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.6.4 (2026-04-18)
- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases)
## 0.6.3-3 (2026-04-17)
- Enable Core API access (`homeassistant_api: true`) so the addon can call HA Core's `update.install` service. Required for in-app self-update — Supervisor blocks `/store/addons/<self>/update`, so the backend routes through Core.

View File

@@ -96,4 +96,4 @@ schema:
ssl: bool?
slug: birdnet-pipy
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy
version: "0.6.3-3"
version: "0.6.4"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-04-13",
"last_update": "2026-04-18",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-pipy",
"source": "github",
"upstream_repo": "Suncuss/BirdNET-PiPy",
"upstream_version": "0.6.3"
"upstream_version": "0.6.4"
}