Files
addons/cec_scan/config.json
Wade Dorrell 216b6245a9 Fix #815 (#990)
* Trial fix for #815

* Remove extra semicolon from old if block

* Better fix for #815 (just flip blocks)

* Version to 2.2, add changelog

* Update build.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-11 16:11:57 +01:00

15 lines
423 B
JSON

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