Skip to content

Commit cae34f2

Browse files
committed
chore: release v1.2.1
* (H5n1v2) Fix settings for adapter checker
1 parent 06c6e3b commit cae34f2

4 files changed

Lines changed: 36 additions & 37 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
6060

6161
---
6262
## Change Log
63-
64-
### **WORK IN PROGRESS**
63+
### 1.2.1 (2026-01-13)
6564
* (H5n1v2) Fix settings for adapter checker
6665

6766
### 1.2.0
6867
* Updated internal project structure to latest standards; improved code stability and maintenance.
68+
6969
### 1.1.0
7070
* Initial NPM release
7171
* fix for air quality timestamps

io-package.json

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "open-meteo-weather",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"news": {
66
"1.2.1": {
77
"en": "Fix settings for adapter checker",
@@ -15,8 +15,7 @@
1515
"pl": "Poprawki w ustawieniach sprawdzania adapterów",
1616
"uk": "Виправлення налаштувань для перевірки адаптера",
1717
"zh-cn": "修复适配器检查器的设置"
18-
19-
},
18+
},
2019
"1.2.0": {
2120
"en": "Updated internal project structure to latest standards; improved code stability and maintenance.",
2221
"de": "Interne Projektstruktur auf den neuesten Stand gebracht; Stabilität und Wartbarkeit verbessert.",
@@ -29,7 +28,7 @@
2928
"pl": "Zaktualizowano wewnętrzną strukturę projektu do najnowszych standardów.",
3029
"uk": "Оновлено внутрішню структуру проекту до останніх стандартів.",
3130
"zh-cn": "内部项目结构已更新至最新标准。"
32-
},
31+
},
3332
"1.1.0": {
3433
"en": "fix for air quality timestamps, added icons for wind direction and storm warnings",
3534
"de": "Fix für Luftqualität-Zeitstempel, Icons für Windrichtung und Sturmwarnungen hinzugefügt",
@@ -80,36 +79,36 @@
8079
"pollen",
8180
"air quality"
8281
],
83-
"licenseInformation": {
84-
"type": "free",
85-
"license": "MIT"
86-
},
82+
"licenseInformation": {
83+
"type": "free",
84+
"license": "MIT"
85+
},
8786
"type": "weather",
8887
"mode": "daemon",
8988
"platform": "Javascript/Node.js",
90-
"icon": "open-meteo.png",
91-
"enabled": true,
92-
"extIcon": "https://raw.githubusercontent.com/H5N1v2/ioBroker.open-meteo-weather/main/admin/open-meteo.png",
93-
"readme": "https://github.com/H5N1v2/ioBroker.open-meteo-weather/blob/main/README.md",
94-
"loglevel": "info",
95-
"tier": 3,
96-
"compact": true,
97-
"connectionType": "cloud",
98-
"dataSource": "poll",
99-
"adminUI": {
100-
"config": "json"
101-
},
102-
"dependencies": [
103-
{
104-
"js-controller": ">=5.0.19"
105-
}
106-
],
107-
"globalDependencies": [
108-
{
109-
"admin": ">=7.0.23"
110-
}
111-
]
112-
},
89+
"icon": "open-meteo.png",
90+
"enabled": true,
91+
"extIcon": "https://raw.githubusercontent.com/H5N1v2/ioBroker.open-meteo-weather/main/admin/open-meteo.png",
92+
"readme": "https://github.com/H5N1v2/ioBroker.open-meteo-weather/blob/main/README.md",
93+
"loglevel": "info",
94+
"tier": 3,
95+
"compact": true,
96+
"connectionType": "cloud",
97+
"dataSource": "poll",
98+
"adminUI": {
99+
"config": "json"
100+
},
101+
"dependencies": [
102+
{
103+
"js-controller": ">=5.0.19"
104+
}
105+
],
106+
"globalDependencies": [
107+
{
108+
"admin": ">=7.0.23"
109+
}
110+
]
111+
},
113112
"native": {
114113
"latitude": 51.34,
115114
"longitude": 12.37,
@@ -121,4 +120,4 @@
121120
"forecastHours": 1,
122121
"forecastHoursEnabled": false
123122
}
124-
}
123+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.open-meteo-weather",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Get local weather, air quality and pollen data from Open-Meteo.com",
55
"author": {
66
"name": "H5N1",

0 commit comments

Comments
 (0)