diff --git a/README.md b/README.md index 29c42408..feace22c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If someone is supporting to add Tado X functionality, raise a ticket or send an Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 0.5.7-alpha.1 (2024-09-25) * (HGlab01) Change of attribute "light" supported * (HGlab01) Add attribute 'connection' * (HGlab01) Add attribute 'supportsFlowTemperatureOptimization' diff --git a/io-package.json b/io-package.json index 311d92d1..463efa0f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tado", - "version": "0.5.7-alpha.0", + "version": "0.5.7-alpha.1", "news": { + "0.5.7-alpha.1": { + "en": "Change of attribute \"light\" supported\nAdd attribute 'connection'\nAdd attribute 'supportsFlowTemperatureOptimization'\nBump axios to 1.7.7\nEnergyIQ meter-readings can be uploaded", + "de": "Änderung des Attributs \"light\" unterstützt\nAttribut hinzufügen 'connection '\nAttribut hinzufügen 'supportsFlowTemperaturOptimization '\nBump axios bis 1.7.7\nEnergyIQ Messgeräte können hochgeladen werden", + "ru": "Изменение атрибута \"свет\" поддерживается\nДобавить атрибут \"\nДобавить атрибут \"supportsFlowTemperatureOptimization \"\nBump axios to 1.7.7\nЭнергоIQ можно загрузить", + "pt": "Mudança de atributo \"light\" suportada\nAdicionar atributo 'conexão '\nAdicionar atributo 'supportsFlowTemperatureOptimization '\nBump axios para 1.7.7\nAs leituras de medidores EnergyIQ podem ser carregadas", + "nl": "Wijziging van attribuut \"licht\" ondersteund\nAttribuut 'connectie' toevoegen '\nToevoegen attribuut 'ondersteuntFlowTemperatuurOptimisatie '\nBump axios naar 1.7.7\nEnergyIQ-meters kunnen worden geüpload", + "fr": "Changement d'attribut \"lumière\" pris en charge\nAjouter l'attribut 'connection' '\nAjouter l'attribut 'supportsFlowTemperatureOptimisation '\nAxios bouffés à 1.7.7\nLes lecteurs EnergyIQ peuvent être téléchargés", + "it": "Modifica dell'attributo \"light\" supportato\nAggiungi attributo 'collegamento '\nAggiungi attributo 'supportiFlowTemperatureOptimization '\nAssio di bump a 1.7.7\nEnergyIQ può essere caricato", + "es": "Cambio de atributo \"light\" soportado\nAgregar atributo 'conexión '\nAgregar atributo 'apoyosFlowTemperatureOptimization '\nBump axios a 1.7.7\nLas lecturas de medidores de EnergyIQ se pueden cargar", + "pl": "Zmiana obsługiwanego atrybutu \"light\"\nDodaj połączenie atrybutu '\nDodaj atrybut 'supportsFlowTemperatureOptimization'\nAksykony bumpy do 1.7.7\nOdczyty mierników EnergyIQ mogą być wysłane", + "uk": "Зміна атрибуту \"light\"\nДодати атрибут 'connection Р\nДодати атрибут 'supportsFlowTemperatureOptimization Р\nБампер аксіос до 1.7.7\nЗавантажувати енергозберігання можна", + "zh-cn": "支持更改属性“ 光”\n添加属性“ 连接 '\n添加属性支持FlowTemperature Optimization '\n横轴改为1.7.7\nEnergyIQ 仪表读取可以上传" + }, "0.5.7-alpha.0": { "en": "Change of attribute \"light\" supported\nAdd attribute 'connection'\nAdd attribute 'supportsFlowTemperatureOptimization'\nBump axios to 1.7.7", "de": "Änderung des Attributs \"light\" unterstützt\nAttribut hinzufügen 'connection '\nAttribut hinzufügen 'supportsFlowTemperaturOptimization '\nBump axios bis 1.7.7", @@ -80,19 +93,6 @@ "pl": "Dodaj atrybut 'runningOfflineSchedule'\nBump aksjos do 1.6.8", "uk": "Додати атрибут 'runningOfflineSchedule Р\nБампер аксіос до 1.6.8", "zh-cn": "添加属性“ 运行 Offline 附表 '\n横轴改为1.6.8" - }, - "0.5.4-alpha.0": { - "en": "Add attribute 'runningOfflineSchedule'\nBump axios to 1.6.8", - "de": "Attribut hinzufügen 'runningOfflineSchedule '\nBump axios zu 1.6.8", - "ru": "Добавить атрибут 'runningOfflineSchedule \"\nBump axios to 1.6.8", - "pt": "Adicionar atributo 'runningOfflineSchedule '\nBump axios para 1.6.8", - "nl": "Voeg attribuut 'runningOfflineSchedule' toe '\nBump axios naar 1.6.8", - "fr": "Ajouter l'attribut 'runningOfflineSchedule '\nAxios de pompe à 1.6.8", - "it": "Aggiungi attributo 'runningOfflineSchedule '\nAssio di bump a 1.6.8", - "es": "Agregar atributo 'runningOfflineSchedule '\nAxios de bomba a 1.6.8", - "pl": "Dodaj atrybut 'runningOfflineSchedule'\nBump aksjos do 1.6.8", - "uk": "Додати атрибут 'runningOfflineSchedule Р\nБампер аксіос до 1.6.8", - "zh-cn": "添加属性“ 运行 Offline 附表 '\n横轴改为1.6.8" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index d4eba342..4e5b1fba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tado", - "version": "0.5.7-alpha.0", + "version": "0.5.7-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tado", - "version": "0.5.7-alpha.0", + "version": "0.5.7-alpha.1", "license": "MIT", "dependencies": { "@esm2cjs/is-online": "^10.0.0", diff --git a/package.json b/package.json index da06f126..51418713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tado", - "version": "0.5.7-alpha.0", + "version": "0.5.7-alpha.1", "description": "Tado cloud connector to control Tado devices", "author": "HGlab01 & DutchmanNL ", "homepage": "https://github.com/DrozmotiX/ioBroker.tado",