tellstick: Refactor of add-on (#596)

* tellstick: Code formatting

* tellstick: Rewrite add-on onto Bashio

* tellstick: Adds README to add-on repository

* tellstick: Bump version to 2.0, added README
This commit is contained in:
Franck Nijhof
2019-06-02 14:44:30 +02:00
committed by Pascal Vizeli
parent adcbd24d6f
commit 81a49a8ec2
5 changed files with 302 additions and 74 deletions

View File

@@ -1,32 +1,40 @@
{
"name": "TellStick",
"version": "1.0",
"version": "2.0",
"slug": "tellstick",
"description": "TellStick and TellStick Duo service.",
"url": "https://home-assistant.io/addons/tellstick/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"description": "TellStick and TellStick Duo service",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/tellstick",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "system",
"stdin": true,
"boot": "auto",
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm"],
"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"
}
{
"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": {