From d933576f0223bd109d7866c5ee315e357297d6f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:16:42 +0200 Subject: [PATCH] Update config.json --- birdnet-pi/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index ed2d34162..16fee940f 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -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]" }