Files
tellstick-addon/tellstick/config.json
Pascal Vizeli aaa1282d02 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

48 lines
1.3 KiB
JSON

{
"name": "TellStick",
"version": "1.0",
"slug": "tellstick",
"description": "TellStick and TellStick Duo service.",
"url": "https://home-assistant.io/addons/tellstick/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"stdin": true,
"boot": "auto",
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm"],
"options": {
"devices": [
{
"id": 1,
"name": "Example device",
"protocol": "everflourish",
"model": "selflearning-switch",
"house": "A",
"unit": "1"
},
{
"id": 2,
"name": "Example device two",
"protocol": "everflourish",
"model": "selflearning-switch",
"house": "A",
"unit": "2"
}
]
},
"schema": {
"devices": [
{
"id": "int(1,)",
"name": "str",
"protocol": "match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)",
"model": "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100|temperaturehumidity|temperature)?",
"house": "str?",
"code": "str?",
"unit": "str?",
"fade": "str?"
}
]
},
"image": "homeassistant/{arch}-addon-tellstick"
}