Remove audio property and update version

This commit is contained in:
Alexandre
2025-09-15 10:30:41 +02:00
committed by GitHub
parent a170a90602
commit b67bff4ed1

View File

@@ -3,7 +3,6 @@
"aarch64", "aarch64",
"amd64" "amd64"
], ],
"audio": true,
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Realtime BirdNET soundscape analyzer", "description": "Realtime BirdNET soundscape analyzer",
"devices": [ "devices": [
@@ -107,7 +106,6 @@
"SYS_RESOURCE" "SYS_RESOURCE"
], ],
"schema": { "schema": {
"ALSA_CARD": "int?",
"BIRDSONGS_FOLDER": "str?", "BIRDSONGS_FOLDER": "str?",
"TZ": "str?", "TZ": "str?",
"cifsdomain": "str?", "cifsdomain": "str?",
@@ -124,5 +122,5 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
"usb": true, "usb": true,
"version": "nightly-20250904" "version": "nightly-20250904_test"
} }