-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
131 lines (131 loc) · 3.03 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
124
125
126
127
128
129
130
131
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"api": {
"autoAdjustCooling": {
"method": "PUT",
"path": "/melcloud/cooling/auto_adjustment"
},
"getLanguage": {
"method": "GET",
"path": "/language"
},
"getTemperatureSensors": {
"method": "GET",
"path": "/devices/sensors/temperature"
}
},
"author": {
"email": "olivier.zalmanski@me.com",
"name": "Olivier Zalmanski"
},
"brandColor": "#40e0d0",
"bugs": {
"url": "https://github.com/OlivierZal/com.melcloud.extension/issues"
},
"category": [
"climate"
],
"compatibility": ">=12.0.1",
"contributing": {
"donate": {
"paypal": {
"username": "OlivierZalmanski"
}
}
},
"description": {
"da": "Juster automatisk temperaturen på din aircondition",
"en": "Automatically adjust the temperature of your air conditioning",
"es": "Ajuste automático de la temperatura de su aire acondicionado",
"fr": "Ajustez automatiquement la température de votre climatisation",
"nl": "Stel automatisch de temperatuur van uw airco af",
"no": "Juster automatisk temperaturen på din aircondition",
"sv": "Justera automatiskt temperaturen på din luftkonditionering"
},
"esm": true,
"homeyCommunityTopicId": 73094,
"id": "com.mecloud.extension",
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg",
"xlarge": "/assets/images/xlarge.jpg"
},
"name": {
"da": "MELCloud-udvidelse",
"en": "MELCloud extension",
"es": "Extensión para MELCloud",
"fr": "Extension pour MELCloud",
"nl": "MELCloud-extensie",
"no": "MELCloud-utvidelse",
"sv": "MELCloud-tillägg"
},
"permissions": [
"homey:manager:api"
],
"platforms": [
"local"
],
"sdk": 3,
"source": "https://github.com/OlivierZal/com.melcloud.extension",
"support": "https://github.com/OlivierZal/com.melcloud.extension/issues",
"tags": {
"da": [
"aircondition",
"klimaanlæg",
"luft til luft",
"melcloud",
"mitsubishi",
"varmepumpe"
],
"en": [
"air conditioner",
"air conditioning",
"air to air",
"conditioned air",
"heat pump",
"melcloud",
"mitsubishi"
],
"es": [
"aire acondicionado",
"aire aire",
"bomba de calor",
"melcloud",
"mitsubishi"
],
"fr": [
"air air",
"air conditionné",
"climatisation",
"climatiseur",
"melcloud",
"mitsubishi",
"pompe à chaleur"
],
"nl": [
"airco",
"airconditioner",
"airconditioning",
"geconditioneerde lucht",
"lucht lucht",
"melcloud",
"mitsubishi",
"warmtepomp"
],
"no": [
"luft til luft",
"luftkondisjonering",
"melcloud",
"mitsubishi",
"varmepumpe"
],
"sv": [
"luft till luft",
"luftkonditionering",
"melcloud",
"mitsubishi",
"värmepump"
]
},
"version": "21.0.0"
}