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:
zewelor 2020-03-03 21:21:15 +01:00 committed by GitHub
parent 78e9588156
commit c7a4b06bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {