mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Allow custom commands (for example for rstp feeds)
https://github.com/tphakala/birdnet-go/issues/119#issuecomment-2069273226
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user