From cb347990aefbbffdcdfe817d5f997df9ff927543 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Tue, 17 Oct 2023 13:30:49 +0200 Subject: [PATCH] chore: release v6.6.0 * (klein0r) Added BLE devices as states to `shelly.0.ble.*` (Shelly Scripting required) --- CHANGELOG_OLD.md | 7 +++++++ README.md | 9 +-------- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index e97e8b24..5ee85bd7 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,11 @@ # Older changes +## 6.3.1 (2023-01-02) + +* (klein0r) Updated MQTT topic prefix handling +* (klein0r) Added temperature for generation 2 devices in cover mode +* (klein0r) Added boost start/stop for Shelly TRV +* (klein0r) Added external power for Shelly H&T + ## 6.3.0 (2022-12-22) * (klein0r) Added more TRV features diff --git a/README.md b/README.md index 7eca8d34..3d14d314 100755 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ execute Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 6.6.0 (2023-10-17) * (klein0r) Added BLE devices as states to `shelly.0.ble.*` (Shelly Scripting required) @@ -150,13 +150,6 @@ execute * (klein0r) Reduced checks for firmware updates * (klein0r) Shelly TV profile is now changeable -### 6.3.1 (2023-01-02) - -* (klein0r) Updated MQTT topic prefix handling -* (klein0r) Added temperature for generation 2 devices in cover mode -* (klein0r) Added boost start/stop for Shelly TRV -* (klein0r) Added external power for Shelly H&T - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index eb332b7c..22e358d9 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "shelly", - "version": "6.5.0", + "version": "6.6.0", "news": { + "6.6.0": { + "en": "Added BLE devices as states to `shelly.0.ble.*` (Shelly Scripting required)", + "de": "Hinzugefügt BLE-Geräte als Zustände zu shelly.0.ble* (Shelly Scripting erforderlich)", + "ru": "Добавлены BLE устройства, как государства для shelly.0.ble* (Необходимо скриптирование)", + "pt": "Adicionado dispositivos BLE como estados para shelly.0.ble* (Shelly Scripting necessário)", + "nl": "Vervoegde BLE apparaten als staat tot Shelly.0", + "fr": "Ajout d'appareils BLE comme états à shelly.0.ble* (Shelly Scripting required)", + "it": "Aggiunto dispositivi BLE come stati a shelly.0.ble* (Shelly Scripting richiesto)", + "es": "Agregados dispositivos BLE como estados a shelly.0.ble* (Se requiere scripting total)", + "pl": "Adddowane urządzenia BLE jako stany do ostrzału.0.ble* (ang.)", + "uk": "Додано BLE-пристрої як стани для оболонки.0.ble* (Використання потрібного скрипту)", + "zh-cn": "增加乙型装置作为炮击国。" + }, "6.5.0": { "en": "Added Shelly Plus Smoke\nAdded Shelly Bluetooth Low Energy Gateway\nMore Shelly TRV Datapoints", "de": "Hinzugefügt Shelly Plus Rauch\nHinzugefügt Shelly Bluetooth Low Energy Gateway\nMehr Shelly TRV Datapoints", @@ -80,19 +93,6 @@ "pl": "Added TRV\nPoprawa integracji z Shelly TRV\nPodstawa wiedzy\nJęzyk ukraiński", "uk": "Додаткові функції TRV\nПокращена інтеграція Shelly TRV\nОновлені знання бази виворіт\nУкраїнська мова", "zh-cn": "增加的TRV特征\nB. 改善整个TRV一体化\n最新知识库\n增加乌克兰语" - }, - "6.2.4": { - "en": "IP address of CoAP devices is unknown in some cases\nOptimized destroy process", - "de": "IP-Adresse von CoAP-Geräten ist in einigen Fällen unbekannt\nOptimierter Zerstörungsprozess", - "ru": "IP-адрес устройств CoAP неизведан в некоторых случаях\nОптимизированный процесс уничтожения", - "pt": "O endereço IP de dispositivos CoAP é desconhecido em alguns casos\nProcesso de destruição otimizado", - "nl": "IP adres van CoAP apparatuur is onbekend in sommige gevallen\nVernietigingsproces", - "fr": "L'adresse IP des appareils CoAP est inconnue dans certains cas\nProcessus de destruction optimisé", - "it": "L'indirizzo IP dei dispositivi CoAP è sconosciuto in alcuni casi\nProcesso di distruzione ottimizzato", - "es": "IP address of CoAP devices is unknown in some cases\nProceso de destrucción optimizado", - "pl": "Adres IP CoAP nie jest znany w niektórych przypadkach\nOptymizacja niszczeń", - "uk": "IP-адреса пристроїв CoAP невідомо в деяких випадках\nОптимальний процес знищення", - "zh-cn": "在某些情况下,IP处理联合设施设备的情况不明。\n销毁进程" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 78f04be9..6c6444c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.shelly", - "version": "6.5.0", + "version": "6.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.shelly", - "version": "6.5.0", + "version": "6.6.0", "license": "MIT", "dependencies": { "@apollon/iobroker-tools": "^0.2.1", diff --git a/package.json b/package.json index 752a9445..24828904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.shelly", - "version": "6.5.0", + "version": "6.6.0", "description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP", "author": { "name": "Thorsten Stueben",