Skip to content

Commit

Permalink
chore: release v1.26.1
Browse files Browse the repository at this point in the history
* (mcm1957) Adapter requires node.js 20 now
* (dietzm) Added support for Home Control Unit
* (GermanBluefox) Corrected the admin GUI
  • Loading branch information
mcm1957 committed Dec 9, 2024
1 parent 3ac75a2 commit b8c444c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ https://forum.iobroker.net/topic/27532/homematic-ip-cloud-access-point-adapter
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.26.1 (2024-12-09)
* (mcm1957) Adapter requires node.js 20 now
* (dietzm) Added support for Home Control Unit
* (GermanBluefox) Corrected the admin GUI
Expand Down
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"common": {
"name": "hmip",
"version": "1.26.1-alpha.1",
"version": "1.26.1",
"news": {
"1.26.1-alpha.1": {
"1.26.1": {
"en": "Adapter requires node.js 20 now\nAdded support for Home Control Unit\nCorrected the admin GUI",
"de": "Adapter benötigt node.js 20 jetzt\nUnterstützung für Home Control Unit\nKorrektur der admin GUI",
"de": "Adapter benötigt node.js 20 jetzt\nUnterstützung für Home Control Unit\nKorrektur der Admin GUI",
"ru": "Адаптер требует node.js 20\nДобавлена поддержка для подразделения внутреннего контроля\nИсправлен admin GUI",
"pt": "Adaptador requer node.js 20 agora\nAdicionado suporte para unidade de controle de casa\nCorrigido o GUI de admin",
"nl": "Adapter vereist node.js 20 nu\nOndersteuning toegevoegd voor Home Control Unit\nDe admin GUI gecorrigeerd",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hmip",
"version": "1.26.1-alpha.1",
"version": "1.26.1",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-hmip",
"private": true,
"version": "1.26.1-alpha.1",
"version": "1.26.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit b8c444c

Please sign in to comment.