Files
addons/cec_scan/config.json
Pascal Vizeli f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00

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"
}