{ "name": "Tellstick", "version": "0.1", "slug": "tellstick", "description": "Telldus Tellstick daemon and tools.", "url": "https://home-assistant.io/addons/tellstick/", "startup": "services", "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" } ] }, "schema": { "devices": [ { "id": "int(1,)", "name": "str", "protocol": "match(arctech|brateck|everflourish|fuhaote|hasta|ikea|kangtai|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)", "model": "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100)?", "house": "str?", "code": "str?", "unit": "str?", "fade": "str?" } ] }, "image": "homeassistant/{arch}-addon-tellstick" }