Allow custom commands (for example for rstp feeds)

https://github.com/tphakala/birdnet-go/issues/119#issuecomment-2069273226
This commit is contained in:
Alexandre
2024-04-22 16:32:13 +02:00
committed by GitHub
parent c516e369a8
commit 554f3f3f3d

View File

@@ -17,6 +17,9 @@
"addon_config:rw"
],
"name": "birdnet-go",
"options": {
"COMMAND": "realtime"
},
"panel_icon": "mdi:bird",
"ports": {
"8080/tcp": 8080
@@ -26,10 +29,10 @@
},
"schema": {
"ALSA_CARD": "int?",
"COMMAND": "str",
"TZ": "str?"
},
"slug": "birdnet-go",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
"version": "0.5.1_testingress3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
"version": "0.5.1-2"
}