mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-10 15:44:20 +01:00
* 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>
15 lines
423 B
JSON
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"
|
|
}
|