Skip to content

Commit

Permalink
chore: release v0.6.6
Browse files Browse the repository at this point in the history
* (DutchmanNL) Log messages and error reporting improved
* (DutchmanNL) Don't send missing attribute definitions to Sentry
  • Loading branch information
DutchmanNL committed Jun 8, 2022
1 parent 1495508 commit 945d1b0
Show file tree
Hide file tree
Showing 14 changed files with 956 additions and 180 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.5.9 (2021-08-11)
* (DutchmanNL) added new state attributes reported by Sentry
* (DutchmanNL) added min & max for brightness value to support iOT adapter

## 0.5.8 (2021-08-11)
* (DutchmanNL) added new state attributes reported by Sentry
* (DutchmanNL) Bugfix Live override datapoint created as read-only #252
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ When the adapter crashes or another Code error happens, this error message that
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 0.6.6 (2022-06-08) - Log messages and error reporting improved
* (DutchmanNL) Log messages and error reporting improved
* (DutchmanNL) Do not send missing attribute definitions to sentry
* (DutchmanNL) Don't send missing attribute definitions to Sentry

### 0.6.5 (2022-06-04) - Correct indication of connection state
* (DutchmanNL) Dependency updates
Expand All @@ -70,10 +70,6 @@ When the adapter crashes or another Code error happens, this error message that
* (DutchmanNL) Ensure legacy support of WLED FW < 0.12 (fallback to http-API instead of websocket)
* (DutchmanNL) Communication by websocket implemented, this feature allows live data updates (instead of interval polling). Requires WLED firmware >= 12

### 0.5.9 (2021-08-11)
* (DutchmanNL) added new state attributes reported by Sentry
* (DutchmanNL) added min & max for brightness value to support iOT adapter

## License
MIT License

Expand Down
2 changes: 1 addition & 1 deletion admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Name",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "WLED-Geräte werden automatisch erkannt. Andernfalls können Sie die Schaltfläche Gerät hinzufügen verwenden.",
"wled adapter settings": "Adaptereinstellungen für wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/es/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Nombre",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "Los dispositivos WLED se descubren automáticamente, de lo contrario, puede usar el botón AGREGAR dispositivo.",
"wled adapter settings": "Ajustes del adaptador para wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/fr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Nom",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "Les appareils WLED sont détectés automatiquement, sinon vous pouvez utiliser le bouton AJOUTER un appareil.",
"wled adapter settings": "Paramètres d'adaptateur pour wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/it/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Nome",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "I dispositivi WLED vengono rilevati automaticamente, in caso contrario è possibile utilizzare il pulsante AGGIUNGI dispositivo.",
"wled adapter settings": "Impostazioni dell'adattatore per wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/nl/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Naam",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "WLED-apparaten worden automatisch ontdekt, zo niet, dan kunt u de knop ADD-apparaat gebruiken.",
"wled adapter settings": "Adapterinstellingen voor wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pl/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Nazwa",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "Urządzenia WLED są wykrywane automatycznie, jeśli nie, możesz użyć przycisku DODAJ urządzenie.",
"wled adapter settings": "Ustawienia adaptera dla wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pt/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "Nome",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "Os dispositivos WLED são descobertos automaticamente. Caso contrário, você pode usar o botão ADD Device.",
"wled adapter settings": "Configurações do adaptador para wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/ru/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "имя",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "Устройства WLED обнаруживаются автоматически, если вы не можете использовать кнопку ADD Device.",
"wled adapter settings": "Настройки адаптера для wled"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/zh-cn/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Name": "名称",
"WLED devices are discovered automatically, if not you can use the ADD Device button.": "WLED设备会自动发现,否则,您可以使用ADD Device按钮。",
"wled adapter settings": "wled的适配器设置"
}
}
Loading

0 comments on commit 945d1b0

Please sign in to comment.