-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
123 lines (123 loc) · 2.55 KB
/
app.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "net.evenh.tydom",
"version": "3.0.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Delta Dore Tydom"
},
"description": {
"en": "Adds support for the Delta Dore Tydom 1.0 smart hub."
},
"category": [
"appliances"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Even Holthe",
"email": "[email protected]"
},
"drivers": [
{
"name": {
"en": "Light"
},
"class": "light",
"capabilities": [
"dim",
"onoff"
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"images": {
"small": "/drivers/light/assets/images/small.png",
"large": "/drivers/light/assets/images/large.png",
"xlarge": "/drivers/light/assets/images/xlarge.png"
},
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"id": "light"
},
{
"name": {
"en": "Thermostat"
},
"class": "thermostat",
"capabilities": [
"target_temperature",
"measure_temperature",
"onoff"
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"images": {
"small": "/drivers/thermostat/assets/images/small.png",
"large": "/drivers/thermostat/assets/images/large.png",
"xlarge": "/drivers/thermostat/assets/images/xlarge.png"
},
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"id": "thermostat"
}
],
"discovery": {
"tydom1": {
"type": "mdns-sd",
"mdns-sd": {
"name": "https",
"protocol": "tcp"
},
"id": "{{txt.SerialNumber}}",
"conditions": [
[
{
"field": "txt.manufacturer",
"match": {
"type": "string",
"value": "DeltaDore"
}
}
]
]
}
}
}