Skip to content

Commit 24cadad

Browse files
committed
handfull of fixes for Check and Service Bot
- W034 - W040 - W127 - W132 - W134 - W134 - Additionally add news item to README
1 parent 7af5e84 commit 24cadad

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ zone/2/xxxx
240240
### 0.7.3
241241

242242
<!-- ### **WORK IN PROGRESS** -->
243+
- fix month stats period
243244
- initial english translation for documentation
244245
- formal cleanups for publishing process
245246

io-package.json

+4-11
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@
6262
"0.4.0": {
6363
"en": "Fix update for non tli devices",
6464
"de": "Fix update für nicht tli Geräte"
65-
},
66-
"0.3.1": {
67-
"en": "Fix login problem",
68-
"de": "Loginproblem behoben"
69-
},
70-
"0.3.0": {
71-
"en": "Fix remote controls and added boost and quick veto",
72-
"de": "Remote Controls gefixt und Boost und quickveto hinzugefügt"
7365
}
7466
},
7567
"messages": [
@@ -108,7 +100,6 @@
108100
"buttons": ["agree", "cancel"]
109101
}
110102
],
111-
"title": "Vaillant multiMATIC",
112103
"titleLang": {
113104
"en": "Vaillant multiMATIC",
114105
"de": "Vaillant multiMATIC",
@@ -119,6 +110,7 @@
119110
"it": "Vaillant multiMATIC",
120111
"es": "Vaillant multiMATIC",
121112
"pl": "Vaillant multiMATIC",
113+
"uk": "Vaillant multiMATIC",
122114
"zh-cn": "万能multiMATIC"
123115
},
124116
"desc": {
@@ -131,19 +123,20 @@
131123
"it": "Vaillant multiMatic VR900 / VR920 Adapter",
132124
"es": "Adaptador Vaillant multiMatic VR900 / VR920",
133125
"pl": "Adapter Vaillant multiMatic VR900 / VR920",
126+
"uk": "Adapter Vaillant multiMatic VR900 / VR920",
134127
"zh-cn": "Vaillant multiMatic VR900 / VR920适配器"
135128
},
136129
"authors": ["TA2k <[email protected]>"],
137130
"keywords": ["vaillant", "multiMATIC", "VR900", "VR920"],
138-
"license": "MIT",
131+
"licenseInformation": "MIT",
139132
"platform": "Javascript/Node.js",
140-
"main": "main.js",
141133
"icon": "vaillant.png",
142134
"enabled": true,
143135
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.vaillant/master/admin/vaillant.png",
144136
"readme": "https://github.com/TA2k/ioBroker.vaillant/blob/master/README.md",
145137
"loglevel": "info",
146138
"mode": "daemon",
139+
"tier": 3,
147140
"type": "climate-control",
148141
"connectionType": "cloud",
149142
"dataSource": "poll",

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"vaillant",
3939
"multiMATIC",
4040
"VR900",
41-
"VR920"
41+
"VR920",
42+
"ioBroker"
4243
],
4344
"license": "MIT",
4445
"main": "main.js",

0 commit comments

Comments
 (0)