mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-09 07:04:20 +01:00
* Update CEC Add-on * cleanup patch * second cleanup * fix s6 copy * set S0 for this kind of finish * Update cec_scan/CHANGELOG.md Co-authored-by: Stefan Agner <stefan@agner.ch> Co-authored-by: Stefan Agner <stefan@agner.ch>
15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"name": "CEC Scanner",
|
|
"version": "3.0",
|
|
"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",
|
|
"video": true,
|
|
"options": {},
|
|
"schema": {},
|
|
"image": "homeassistant/{arch}-addon-cec_scan"
|
|
}
|