mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Update config.json
This commit is contained in:
@@ -61,6 +61,8 @@
|
|||||||
"description": "realtime acoustic bird classification system",
|
"description": "realtime acoustic bird classification system",
|
||||||
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
|
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
|
"ingress": true,
|
||||||
|
"ingress_stream": true,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw",
|
"addon_config:rw",
|
||||||
"media:rw",
|
"media:rw",
|
||||||
@@ -71,6 +73,7 @@
|
|||||||
"BIRDSONGS_FOLDER": "/config/BirdSongs",
|
"BIRDSONGS_FOLDER": "/config/BirdSongs",
|
||||||
"TZ": "Europe/Paris"
|
"TZ": "Europe/Paris"
|
||||||
},
|
},
|
||||||
|
"panel_icon": "mdi:bird",
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": 80
|
"80/tcp": 80
|
||||||
},
|
},
|
||||||
@@ -95,7 +98,7 @@
|
|||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "0.13-14",
|
"version": "0.13-15_TEST",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:80]"
|
"webui": "http://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user