From c7a4b06bfa3645570ac0caa7f9c4630cabdd9ff0 Mon Sep 17 00:00:00 2001 From: zewelor Date: Tue, 3 Mar 2020 21:21:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Give=20add-on=20access=20to=20video?= =?UTF-8?q?=20devices=20(#79)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should allow to use usb webcams ( /dev/video* ) after recent merge in supervisor: https://github.com/home-assistant/supervisor/pull/1516 --- motioneye/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/motioneye/config.json b/motioneye/config.json index 077f3da..91f94c8 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -22,6 +22,7 @@ "hassio_role": "default", "host_network": true, "apparmor": false, + "video": true, "privileged": ["DAC_READ_SEARCH", "SYS_ADMIN"], "map": ["share:rw", "ssl"], "options": {