Files
addons/cec_scan/config.json
Franck Nijhof 646857b305 cec_scan: Collection of styling improvements (#894)
* cec_scan: Prettier YAML & JSON files

* cec_scan: Pin base images

* cec_scan: Move data files to data folder

* cec_scan: Fix Markdownlint issue in changelog
2019-12-18 13:53:16 +01:00

15 lines
423 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"
}