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