mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02: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"
|
"addon_config:rw"
|
||||||
],
|
],
|
||||||
"name": "birdnet-go",
|
"name": "birdnet-go",
|
||||||
|
"options": {
|
||||||
|
"COMMAND": "realtime"
|
||||||
|
},
|
||||||
"panel_icon": "mdi:bird",
|
"panel_icon": "mdi:bird",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8080
|
"8080/tcp": 8080
|
||||||
@@ -26,10 +29,10 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ALSA_CARD": "int?",
|
"ALSA_CARD": "int?",
|
||||||
|
"COMMAND": "str",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "birdnet-go",
|
"slug": "birdnet-go",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
|
||||||
"version": "0.5.1_testingress3",
|
"version": "0.5.1-2"
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user