mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-15 19:14:24 +01:00
23 lines
455 B
JSON
23 lines
455 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"
|
|
}
|