Files
addons/cec_scan/config.json
Pascal Vizeli 53cd11f35a Support more CEC types (#1050)
* Support more CEC types

* Fix lint
2020-02-05 21:50:12 +01:00

15 lines
423 B
JSON

{
"name": "CEC Scanner",
"version": "2.3",
"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"
}