-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
101 lines (101 loc) · 2.11 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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.energyhive",
"version": "1.0.3",
"compatibility": ">=8.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Energyhive"
},
"description": {
"en": "Real-time display of your energy usage"
},
"category": [
"energy"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Tapio Heiskanen",
"email": "oh2th@iki.fi"
},
"brandColor": "#5c00ce",
"tags": {
"en": [
"efergy",
"engage",
"wattson",
"ecoeye",
"currentcost"
]
},
"contributing": {
"donate": {
"paypal": {
"username": "oh2th"
},
"githubSponsors": {
"username": "oh2th"
}
}
},
"homeyCommunityTopicId": 91476,
"source": "https://github.com/oh2th/com.energyhive",
"support": "https://github.com/oh2th/com.energyhive",
"bugs": {
"url": "https://github.com/oh2th/com.energyhive/issues"
},
"homepage": "https://oh2th.fi/tapio/homey/",
"drivers": [
{
"icon": "/drivers/energy-meter/assets/icon.svg",
"images": {
"small": "/drivers/energy-meter/assets/images/small.png",
"large": "/drivers/energy-meter/assets/images/large.png",
"xlarge": "/drivers/energy-meter/assets/images/xlarge.png"
},
"connectivity": [
"cloud"
],
"pair": [
{
"id": "enter_api_key"
},
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"repair": [
{
"id": "enter_api_key"
}
],
"name": {
"en": "Energy Meter"
},
"class": "other",
"capabilities": [
"meter_power"
],
"platforms": [
"local"
],
"id": "energy-meter"
}
]
}