Skip to content

Commit

Permalink
chore: release v6.6.0
Browse files Browse the repository at this point in the history
* (klein0r) Added BLE devices as states to `shelly.0.ble.*` (Shelly Scripting required)
  • Loading branch information
klein0r committed Oct 17, 2023
1 parent 7c95477 commit cb34799
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
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.shelly",
"version": "6.5.0",
"version": "6.6.0",
"description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP",
"author": {
"name": "Thorsten Stueben",
Expand Down

0 comments on commit cb34799

Please sign in to comment.