Skip to content

Commit 71851af

Browse files
authored
Merge pull request #67 from menkej/repo_checker
Repo checker and Service Bot stuff
2 parents 4ffe74c + 24cadad commit 71851af

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
node-version: [18.x, 20.x, 21.x]
38+
node-version: [18.x, 20.x, 22.x]
3939
os: [ubuntu-latest, windows-latest, macos-latest]
4040

4141
steps:

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,13 @@ zone/2/xxxx
237237

238238
## Changelog
239239

240+
### 0.7.3
241+
240242
<!-- ### **WORK IN PROGRESS** -->
243+
- fix month stats period
244+
- initial english translation for documentation
245+
- formal cleanups for publishing process
246+
241247
### 0.7.2 (2024-04-18)
242248

243249
- fix month stats period

io-package.json

+5-12
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,27 +123,28 @@
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",
150143
"compact": true,
151144
"materialize": true,
152145
"dependencies": [
153146
{
154-
"js-controller": ">=1.4.2"
147+
"js-controller": ">=5.0.19"
155148
}
156149
]
157150
},

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)