Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ This adapter is built with the help of `type-detector`. All possible devices cou
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
- (ioBroker-Bot) Adapter requires js-controller >= 6.0.11 now.

### 3.0.0 (2026-06-26)
* (@GermanBluefox) Corrected universal widget
* (@GermanBluefox) Added open-meteo-weather adapter support
Expand Down
5 changes: 5 additions & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@
{
"web": ">=8"
}
],
"dependencies": [
{
"js-controller": ">=6.0.11"
}
]
},
"native": {},
Expand Down
Loading