iobroker.schlueter-thermostat 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -111,6 +111,9 @@ flowchart TB
111
111
  Placeholder for the next version (at the beginning of the line):
112
112
  ### **WORK IN PROGRESS**
113
113
  -->
114
+ ### 0.7.3 (2026-05-25)
115
+ * (copilot) Fixes for Repo Checker
116
+
114
117
  ### 0.7.2 (2026-05-23)
115
118
  * (copilot) Add Icons for Notifications
116
119
 
@@ -126,13 +129,7 @@ flowchart TB
126
129
 
127
130
  - (patricknitsch) Update Icon and Online State automatically when Folder exists
128
131
 
129
- ### 0.6.2 (2026-05-14)
130
-
131
- - (patricknitsch) Fix Header Style when Device is offline
132
- - (patricknitsch) Add Icon and Online State on each Thermostat
133
- - (patricknitsch) Update Readme and Doc
134
-
135
- ##
132
+ Older changelog entries can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).##
136
133
 
137
134
  ## License
138
135
 
@@ -100,8 +100,8 @@
100
100
  },
101
101
  "legacyCleanup": {
102
102
  "type": "checkbox",
103
- "label": "Legacy Cleanup (1=enabled,0=disabled)",
104
- "default": 1,
103
+ "label": "Legacy Cleanup",
104
+ "default": true,
105
105
  "xs": 12,
106
106
  "sm": 12,
107
107
  "md": 6,
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "schlueter-thermostat",
4
- "version": "0.7.2",
4
+ "version": "0.7.3",
5
5
  "news": {
6
+ "0.7.3": {
7
+ "en": "Fixes for Repo Checker",
8
+ "de": "Fixes für Repo Checker",
9
+ "ru": "Обсуждение Repo Checker",
10
+ "pt": "Correcções para o Verificador de Repo",
11
+ "nl": "Fixes voor Repo Checker",
12
+ "fr": "Corrections pour Repo Checker",
13
+ "it": "Riparazioni per Checker Repo",
14
+ "es": "Fijas para el Checker Repo",
15
+ "pl": "Fixes for Repo Checker",
16
+ "uk": "Виправлення для репо-перевірки",
17
+ "zh-cn": "Repo 检查器的修复"
18
+ },
6
19
  "0.7.2": {
7
20
  "en": "Add Icons for Notifications",
8
21
  "de": "Icons for Notifications hinzufügen",
@@ -80,19 +93,6 @@
80
93
  "pl": "Dodaj pomiar w DM Info\nAktualizacja Admin Dependency > = 7.6.23 dla Device Manager\nPierwsza ważna uwaga: Od 0.5.3 do 0.6.X Przegląd czujników jest usuwany, ale widoczny. To błąd ze sterownika js- i powinien być naprawiony z 7.1.3\nDruga ważna uwaga: Jeśli pochodzisz z 0.5.3 musisz ponownie wprowadzić swój klucz API ze względu na usunięte szyfrowanie. Użyj od Doca.",
81
94
  "uk": "Додати вимірювання в DM інформація\nОновлення залежності адміністратора >= 7.6.23 для диспетчера пристроїв\nFirst Важливо Примітка: Від 0.5.3 до 0.6.X Огляд датчика видалено, але видимо. Що таке Буга від js-controller і слід зафіксувати 7.1.3\nДруге значення Примітка: Якщо ви приїжджаєте з 0.5.3 вам потрібно буде повторно керувати ключем API через вилучене шифрування. Використовуйте з Doc.",
82
95
  "zh-cn": "在 DM 信息中添加测量\n更新设备管理器的依赖性QQ 7.6.23\n第一重要注释:从0.5.3到0.6.X 传感器概览被删除但可见. 这是来自js控制器的虫子,应该用7.1.3来固定\n第二重要注意:如果来自0.5.3,由于已删除的加密,需要重新输入您的API密钥. 从医生处使用."
83
- },
84
- "0.6.0": {
85
- "en": "Integrate Adapter in ioBroker Device Manager\nRemove Tab\nRemoved Encryption and Protection from Api-Key because it's a global key --> fill in ApiKey again after Update",
86
- "de": "Integrieren Sie Adapter in ioBroker Device Manager\nEntfernen Tab\nEntfernte Verschlüsselung und Schutz von Api-Key, weil es ein globaler Schlüssel ist --> füllen Sie ApiKey erneut nach Update",
87
- "ru": "Интеграция адаптера в диспетчер устройств ioBroker\nУдалить Tab\nУдален шифрование и защита от Api-Key, потому что это глобальный ключ -> заполните ApiKey снова после обновления",
88
- "pt": "Integrar o Adaptador no Gerenciador de Dispositivos ioBroker\nRemover aba\nCriptografia e proteção removidas do Api-Key porque é uma chave global --> preencha o ApiKey novamente após a atualização",
89
- "nl": "Adapter integreren in ioBroker Device Manager\nTabblad verwijderen\nVerwijderde versleuteling en bescherming van Api-Key omdat het een globale sleutel --> ApiKey opnieuw invullen na Update",
90
- "fr": "Intégrer l'adaptateur dans ioBroker Device Manager\nSupprimer l'onglet\nSupprimé le chiffrement et la protection de Api-Key parce que c'est une clé globale --> remplir ApiKey à nouveau après la mise à jour",
91
- "it": "Integrare l'adattatore in ioBroker Device Manager\nRimuovi la scheda\nEliminato Crittografia e Protezione da Api-Key perché è una chiave globale --> riempire ApiKey di nuovo dopo l'aggiornamento",
92
- "es": "Integrar el adaptador en ioBroker Device Manager\nQuitar Tab\nCifrado y protección eliminados de Api-Key porque es una clave global -- prenda rellenar en ApiKey de nuevo después de actualización",
93
- "pl": "Zintegruj adapter w menedżerze urządzeń joBroker\nUsuń kartę\nUsunięto szyfrowanie i ochronę z Api- Key, ponieważ jest to klucz globalny -- > wypełnić ApiKey ponownie po aktualizacji",
94
- "uk": "Інтеграція адаптера в ioBroker Manager\nВидалити вкладку\nВилучено шифрування та захист від Api-Key, оскільки це глобальний ключ --> заповніть ApiKey знову після оновлення",
95
- "zh-cn": "在 ioBroker 设备管理器中整合适配器\n删除标签\n从 Api- Key 中删除加密和保护, 因为它是一个全局密钥 -- > 在更新后再次填写 ApiKey"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.schlueter-thermostat",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Floor heating controlled with Ditra Heat Thermostat",
5
5
  "author": {
6
6
  "name": "patricknitsch",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^3.3.2",
27
27
  "@iobroker/dm-utils": "^3.0.19",
28
- "axios": "^1.16.0"
28
+ "axios": "^1.16.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@alcalzone/release-script": "^5.2.0",
@@ -38,7 +38,7 @@
38
38
  "@iobroker/testing": "^5.2.2",
39
39
  "@tsconfig/node20": "^20.1.8",
40
40
  "@types/iobroker": "npm:@iobroker/types@^7.1.0",
41
- "@types/node": "^25.6.2",
41
+ "@types/node": "^22.0.0",
42
42
  "typescript": "~5.9.3"
43
43
  },
44
44
  "main": "main.js",