mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
* Update branch of add-ons with armv7 * update configurator * Fix docker file * Update docker files * fix image * Update * certbot
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "CEC Scanner",
|
|
"version": "2",
|
|
"slug": "cec_scan",
|
|
"description": "Scan HDMI CEC devices",
|
|
"url": "https://home-assistant.io/addons/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"
|
|
}
|