Files
addons/cec_scan/config.json
Pascal Vizeli c5aeee5bce Fix CEC (#192)
* Update Dockerfile

* Update config.json

* Update Dockerfile
2017-10-12 22:29:49 +02:00

16 lines
345 B
JSON

{
"name": "CEC Scanner",
"version": "0.2",
"slug": "cec_scan",
"description": "Scan HDMI CEC devices",
"url": "https://home-assistant.io/addons/cec_scan/",
"startup": "once",
"boot": "manual",
"devices": [
"/dev/vchiq:/dev/vchiq:rwm"
],
"options": {},
"schema": {},
"image": "homeassistant/{arch}-addon-cec_scan"
}