diff --git a/README.md b/README.md index 9a6d449..927019c 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,9 @@ otherwise it is more complex and individually to be parametrized. * blind alert state -> decode bit array ## Changelog +### 2.5.6 (npm) +* change in jsonUIconfig + ### 2.5.5 (npm) * implementation of jsonUIconfig diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 9c7fd36..89b5b39 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -1,7 +1,6 @@ { "i18n": true, "type": "panel", - "label": "iobroker.fritzdect", "items": { "_userdata": { "type": "header", diff --git a/io-package.json b/io-package.json index cca1ecc..4d879f1 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "fritzdect", - "version": "2.5.5", + "version": "2.5.6", "news": { + "2.5.6": { + "en": "changes in jsonUIconfig", + "de": "Änderungen in jsonUIconfig", + "ru": "изменения в jsonUIconfig", + "pt": "mudanças no jsonUIconfig", + "nl": "wijzigingen in jsonUIconfig", + "fr": "changements dans jsonUIconfig", + "it": "modifiche in jsonUIconfig", + "es": "cambios en jsonUIconfig", + "pl": "zmiany w jsonUIconfig", + "uk": "зміни в jsonUIconfig", + "zh-cn": "jsonUIconfig 的更改" + }, "2.5.5": { "en": "implementation of jsonUIconfig", "de": "Implementierung von jsonUIconfig", diff --git a/package.json b/package.json index f34f746..b8e4320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fritzdect", - "version": "2.5.5", + "version": "2.5.6", "description": "ioBroker fritzbox DECT Adapter", "author": { "name": "foxthefox",