Github bot : json sorted
This commit is contained in:
Alexandre
2025-07-15 16:28:12 +02:00
committed by GitHub
49 changed files with 556 additions and 131 deletions

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"audio": true,
"codenotary": "alexandrep.github@gmail.com",
"description": "Realtime BirdNET soundscape analyzer",
@@ -74,7 +77,11 @@
"ingress": true,
"ingress_stream": true,
"init": false,
"map": ["addon_config:rw", "media:rw", "share:rw"],
"map": [
"addon_config:rw",
"media:rw",
"share:rw"
],
"name": "Birdnet-go",
"options": {
"BIRDSONGS_FOLDER": "/config/clips"
@@ -87,7 +94,10 @@
"ports_description": {
"8080/tcp": "Web ui"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"ALSA_CARD": "int?",
"BIRDSONGS_FOLDER": "str?",
@@ -98,7 +108,10 @@
"localdisks": "str?",
"networkdisks": "str?"
},
"services": ["mysql:want", "mqtt:want"],
"services": [
"mysql:want",
"mqtt:want"
],
"slug": "birdnet-go",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",

View File

@@ -1,6 +1,6 @@
{
"github_fulltag": true,
"github_beta": true,
"github_fulltag": true,
"github_tagfilter": "nightly",
"last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons",