Update-deployment (#2281)
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
This commit is contained in:
39
tellstick/config.yaml
Normal file
39
tellstick/config.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
version: 2.1.0
|
||||
slug: tellstick
|
||||
name: TellStick
|
||||
description: TellStick and TellStick Duo service
|
||||
url: https://github.com/home-assistant/hassio-addons/tree/master/tellstick
|
||||
arch:
|
||||
- armhf
|
||||
- armv7
|
||||
- aarch64
|
||||
- amd64
|
||||
- i386
|
||||
image: homeassistant/{arch}-addon-tellstick
|
||||
options:
|
||||
devices:
|
||||
- house: A
|
||||
id: 1
|
||||
model: selflearning-switch
|
||||
name: Example device
|
||||
protocol: everflourish
|
||||
unit: "1"
|
||||
- house: A
|
||||
id: 2
|
||||
model: selflearning-switch
|
||||
name: Example device two
|
||||
protocol: everflourish
|
||||
unit: "2"
|
||||
schema:
|
||||
devices:
|
||||
- code: str?
|
||||
fade: str?
|
||||
house: str?
|
||||
id: int(1,)
|
||||
model: match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100|temperaturehumidity|temperature)?
|
||||
name: str
|
||||
protocol: match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)
|
||||
unit: str?
|
||||
startup: system
|
||||
stdin: true
|
||||
usb: true
|
||||
Reference in New Issue
Block a user