Files
addons/cec_scan/config.json
Franck Nijhof 7e6adcab32 cec_scan: Refactor of add-on, added README (#587)
* cec_scan: Refactor of add-on, added README

* cec_scan: Set shell to bash
2019-06-01 21:49:41 +02:00

23 lines
455 B
JSON

{
"name": "CEC Scanner",
"version": "2.1",
"slug": "cec_scan",
"description": "Scan for HDMI CEC devices",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/cec_scan",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "once",
"boot": "manual",
"devices": [
"/dev/vchiq:/dev/vchiq:rwm"
],
"options": {},
"schema": {},
"image": "homeassistant/{arch}-addon-cec_scan"
}