forked from home-assistant/addons
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
44 lines (44 loc) · 1.06 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
version: 2.1.0
slug: tellstick
name: TellStick
description: TellStick and TellStick Duo service
url: https://github.com/home-assistant/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
init: false