mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 11:41:27 +00:00
✨ Give add-on access to video devices (#79)
Should allow to use usb webcams ( /dev/video* ) after recent merge in supervisor: https://github.com/home-assistant/supervisor/pull/1516
This commit is contained in:
parent
78e9588156
commit
c7a4b06bfa
1 changed files with 1 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue