Update config.json

This commit is contained in:
Alexandre
2024-04-28 19:16:42 +02:00
committed by GitHub
parent e68b8b5838
commit d933576f02

View File

@@ -61,6 +61,8 @@
"description": "realtime acoustic bird classification system",
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
"init": false,
"ingress": true,
"ingress_stream": true,
"map": [
"addon_config:rw",
"media:rw",
@@ -71,6 +73,7 @@
"BIRDSONGS_FOLDER": "/config/BirdSongs",
"TZ": "Europe/Paris"
},
"panel_icon": "mdi:bird",
"ports": {
"80/tcp": 80
},
@@ -95,7 +98,7 @@
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "0.13-14",
"version": "0.13-15_TEST",
"video": true,
"webui": "http://[HOST]:[PORT:80]"
}