Skip to content

Commit 1164def

Browse files
Merge branch 'master' into update-from-template-W8917-dependabot-addIgnoreTypesNode-1780152727
2 parents ad38b09 + 1d5b927 commit 1164def

82 files changed

Lines changed: 3417 additions & 2734 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Dependabot will run on day 18 of each month at 03:46 (Europe/Berlin timezone)
1+
# Dependabot configuration
2+
# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately.
3+
# Note: Cooldown is not supported for the github-actions ecosystem.
4+
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
25
version: 2
36
updates:
47

@@ -22,6 +25,8 @@ updates:
2225
- dependency-name: '@types/node'
2326
update-types:
2427
- 'version-update:semver-major'
28+
cooldown:
29+
default-days: 7
2530

2631
- package-ecosystem: 'npm'
2732
directory: '/src-admin'
@@ -35,3 +40,5 @@ updates:
3540
- dependency-name: '@types/node'
3641
update-types:
3742
- 'version-update:semver-major'
43+
cooldown:
44+
default-days: 7

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: ioBroker/testing-action-check@v1
32+
- uses: ioBroker/testing-action-check@v2
3333
with:
34-
node-version: '22.x'
34+
node-version: '24.x'
3535
install-command: 'npm ci && cd src-admin && npm ci && cd ../src-www && npm ci && cd ../packages/dm-widgets && npm ci && npm run build'
3636
lint: true
3737

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
node-version: [20.x, 22.x, 24.x]
47+
node-version: [20.x, 22.x, 24.15.0]
4848

4949
steps:
5050
- uses: ioBroker/testing-action-adapter@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ admin/i18n/flat.txt
1313
admin/i18n/*/flat.txt
1414
/src/adapter-react
1515
/iob_npm.done
16+
/build
1617

1718
#ignore .commitinfo created by ioBroker release script
1819
.commitinfo

.releaseconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"plugins": ["iobroker", "license"],
33
"exec": {
4+
"before_check": "npm run lint",
45
"before_commit": "npm run build"
56
}
67
}

CHANGELOG_OLD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Older changes

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ This adapter is built with the help of `type-detector`. All possible devices cou
131131
Placeholder for the next version (at the beginning of the line):
132132
### **WORK IN PROGRESS**
133133
-->
134+
135+
### **WORK IN PROGRESS**
136+
- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now.
137+
138+
### 3.0.0 (2026-06-26)
139+
* (@GermanBluefox) Corrected universal widget
140+
* (@GermanBluefox) Added open-meteo-weather adapter support
141+
* (@GermanBluefox) Read all states anew after the reconnection
142+
134143
### 2.1.5 (2026-05-28)
135144
* (@GermanBluefox) Added a theme type to context
136145

@@ -310,6 +319,8 @@ This adapter is built with the help of `type-detector`. All possible devices cou
310319
### 0.1.0 (2019-08-31)
311320
* (bluefox) initial release
312321

322+
[Older changelogs can be found there](CHANGELOG_OLD.md)
323+
313324
## License
314325
MIT License
315326

admin/assets/index-1w68FJcV.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 272 additions & 271 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/index-YQp7yPLa.js

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

admin/index_m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/>
2323
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
2424
<title>Devices</title>
25-
<script type="module" crossorigin src="./assets/index-Dj8M_5f0.js"></script>
25+
<script type="module" crossorigin src="./assets/index-BoG9QJPH.js"></script>
2626
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BDBacUwf.js">
2727
<link rel="modulepreload" crossorigin href="./assets/virtual_mf-REMOTE_ENTRY_ID_iobroker_devices__remoteEntry_js-D5_qLLYC.js">
2828
<link rel="stylesheet" crossorigin href="./assets/index-pCeIEsc7.css">

0 commit comments

Comments
 (0)