Skip to content

Commit

Permalink
Merge branch 'o0shojo0o:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim authored Oct 11, 2024
2 parents c106429 + 241ed01 commit 7cabb4d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 20
assignees:
- o0shojo0o
versioning-strategy: increase

- package-ecosystem: github-actions
Expand All @@ -18,5 +16,3 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 20
assignees:
- o0shojo0o
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ For more information on the data points, see their description or click [here](h
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 2.1.0 (2024-10-11)

- (o0shojo0o) update dependencies
- (mattreim) support small screens
- (mattreim) update translations
- (mattreim) update object names
- (mattreim) add variable polling intervall [1-59s]

### 2.0.0 (2024-08-13)

- (o0shojo0o) changes for new websocket structure ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))
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": "opendtu",
"version": "2.0.0",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "update dependencies\nsupport small screens\nupdate translations\nupdate object names\nadd variable polling intervall [1-59s]",
"de": "aktualisierung der abhängigkeiten\nkleine bildschirme unterstützen\nübersetzungen aktualisieren\nänderung der objektnamen\nvariable abfrageintervall hinzufügen [1-59s]",
"ru": "обновление зависимостей\nподдержка небольших экранов\nобновление переводов\nобновления имен объектов\nдобавить переменный интервал опроса [1-59]",
"pt": "dependências\nsuporte telas pequenas\ntraduções de atualização\natualizar nomes de objetos\nadicionar intervalo de votação variável [1-59s]",
"nl": "afhankelijkheden bijwerken\nkleine schermen ondersteunen\nvertalingen bijwerken\nobjectnamen bijwerken\nvariabele polling intervall [1-59s] toevoegen",
"fr": "mettre à jour les dépendances\nsoutenir les petits écrans\nmettre à jour les traductions\nmettre à jour les noms des objets\najouter intervalle de scrutin variablel [1-59s]",
"it": "aggiornamento dipendenze\nsupporto piccoli schermi\naggiornare le traduzioni\naggiornare i nomi degli oggetti\naggiungere intervallo di polling variabile [1-59s]",
"es": "dependencias de actualización\nsoporte pantallas pequeñas\ntraducción actualizada\nactualizar nombres de objetos\nañadir intervalo de votación variable [1-59s]",
"pl": "aktualizacji zależności\nwsparcie dla małych ekranów\naktualizacja tłumaczeń\naktualizacja nazw obiektów\ndodać zmienną polling intervall [1-59s]",
"uk": "оновлення залежності\nпідтримка невеликих екранів\nоновлення перекладів\nоновлення назв об'єктів\nдодати змінний інтервал опитування [1-59s]",
"zh-cn": "更新依赖关系\n支持小屏幕\n更新翻译\n更新对象名称\n添加可变投票间隔l [1-59s]"
},
"2.0.0": {
"en": "changes for new websocket structure ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficiency`, `YieldTotal`, `YieldDay` and `DC Power` moved from the AC section to the INV (old data points must be removed manually)",
"de": "änderungen für neue Websocket-Struktur ([#129](https://github.com/o0shojo0o/ioBroker.opendtu/issues/129))\n`Efficiency`, `YieldTotal`, `YieldDay` und `DC Power` von der AC-Sektion zum INV bewegt (alte Datenpunkte müssen manuell entfernt werden)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "regulacja kontroli mocy (pol.)",
"uk": "фіксувати контроль потужності (power_off)",
"zh-cn": "fix 权力控制(力量/力量)"
},
"0.1.5": {
"en": "code optimizations",
"de": "codeoptimierungen",
"ru": "оптимизация кода",
"pt": "otimizações de código",
"nl": "vertaling:",
"fr": "optimisation des codes",
"it": "ottimizzazioni del codice",
"es": "optimizaciones de código",
"pl": "optymalizacja kodu",
"uk": "оптимізація коду",
"zh-cn": "准则的优化"
}
},
"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.opendtu",
"version": "2.0.0",
"version": "2.1.0",
"description": "Adapter for the OpenDTU project",
"author": {
"name": "Dennis Rathjen",
Expand Down

0 comments on commit 7cabb4d

Please sign in to comment.