iobroker.hassemu 1.32.1 → 1.32.2

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
@@ -156,6 +156,10 @@ Got scripts that still write to `visUrl`? Update them — write to `manualUrl` i
156
156
  Placeholder for the next version (at the beginning of the line):
157
157
  ### **WORK IN PROGRESS**
158
158
  -->
159
+ ### 1.32.2 (2026-05-16)
160
+
161
+ - Internal cleanup. No user-facing changes.
162
+
159
163
  ### 1.32.1 (2026-05-16)
160
164
 
161
165
  - If the adapter goes offline while the display is running, the display now switches to a clear offline page with a reload button instead of just stopping to update.
@@ -173,9 +177,7 @@ Got scripts that still write to `visUrl`? Update them — write to `manualUrl` i
173
177
  - Companion apps now stay signed in across adapter restarts (ioBroker update, network glitch, power cut). Existing paired apps will sign in once after the update, then stay signed in.
174
178
  - Removed an internal brute-force-lockout layer that occasionally locked out legitimate companions after multiple quick restarts.
175
179
 
176
- ### 1.30.0 (2026-05-12)
177
-
178
- - Internal cleanup based on a source audit. No user-facing changes — except that adding or reconfiguring an Aura adapter now refreshes the URL dropdown automatically instead of requiring a manual refresh.
180
+ Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
179
181
 
180
182
  ### Support Development
181
183
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hassemu",
4
- "version": "1.32.1",
4
+ "version": "1.32.2",
5
5
  "news": {
6
+ "1.32.2": {
7
+ "en": "Internal cleanup. No user-facing changes.",
8
+ "de": "Interne Aufräumarbeiten. Keine sichtbaren Änderungen.",
9
+ "ru": "Внутренняя оптимизация. Без видимых изменений.",
10
+ "pt": "Limpeza interna. Sem alterações visíveis.",
11
+ "nl": "Interne opruiming. Geen zichtbare wijzigingen.",
12
+ "fr": "Nettoyage interne. Aucun changement visible.",
13
+ "it": "Pulizia interna. Nessuna modifica visibile.",
14
+ "es": "Limpieza interna. Sin cambios visibles.",
15
+ "pl": "Wewnętrzne porządki. Brak widocznych zmian.",
16
+ "uk": "Внутрішнє прибирання. Без видимих змін.",
17
+ "zh-cn": "内部清理。无用户可见更改。"
18
+ },
6
19
  "1.32.1": {
7
20
  "en": "If the adapter goes offline while the display is running, the display now switches to a clear offline page with a reload button instead of just stopping to update.",
8
21
  "de": "Wenn der Adapter offline geht während das Display läuft, wechselt das Display jetzt auf eine klare Offline-Seite mit Neu-Laden-Button — statt einfach nicht mehr zu aktualisieren.",
@@ -80,19 +93,6 @@
80
93
  "pl": "Popup błędu połączenia na Shelly Wall Display 2.6.0+ nie pojawia się także gdy wyświetlana jest strona startowa. Strona startowa pokazuje teraz prawdziwe logo ioBroker.",
81
94
  "uk": "Попап помилки з'єднання на Shelly Wall Display 2.6.0+ більше не з'являється і коли показується стартова сторінка. На стартовій сторінці справжній логотип ioBroker.",
82
95
  "zh-cn": "Shelly Wall Display 2.6.0+ 上的连接错误弹窗在显示落地页时也不再出现。落地页现在使用真正的 ioBroker 品牌标志。"
83
- },
84
- "1.29.2": {
85
- "en": "Shelly Wall Display 2.6.0+ no longer shows the connection-error popup after the page loaded. Aura is now auto-detected in the mode dropdown. Landing page carries the ioBroker logo.",
86
- "de": "Shelly Wall Display unter Firmware 2.6.0+ zeigt nach geladenem Display kein Verbindungs-Fehler-Popup mehr. Aura wird jetzt automatisch im Mode-Dropdown erkannt. Landing-Page trägt das ioBroker-Logo.",
87
- "ru": "Shelly Wall Display 2.6.0+ больше не показывает попап ошибки после загрузки. Aura теперь определяется автоматически в Mode-списке. Логотип ioBroker на стартовой странице.",
88
- "pt": "Shelly Wall Display com firmware 2.6.0+ deixa de mostrar o popup de erro depois de a página carregar. O Aura é agora detetado automaticamente. A landing page traz o logótipo do ioBroker.",
89
- "nl": "Shelly Wall Display met firmware 2.6.0+ toont na het laden geen verbinding-foutpopup meer. Aura wordt nu automatisch herkend. Landingspagina toont het ioBroker-logo.",
90
- "fr": "Le Shelly Wall Display sous firmware 2.6.0+ n'affiche plus la popup d'erreur après le chargement. Aura est désormais détecté automatiquement. Le logo ioBroker apparaît sur la page d'accueil.",
91
- "it": "Shelly Wall Display con firmware 2.6.0+ non mostra più il popup di errore dopo il caricamento. Aura viene ora rilevato automaticamente. Logo ioBroker sulla landing page.",
92
- "es": "Shelly Wall Display con firmware 2.6.0+ ya no muestra el popup de error tras la carga. Aura ahora se detecta automáticamente. Logotipo de ioBroker en la página de inicio.",
93
- "pl": "Shelly Wall Display z firmware 2.6.0+ nie pokazuje już popupu błędu po załadowaniu strony. Aura jest teraz automatycznie wykrywana. Logo ioBroker na stronie startowej.",
94
- "uk": "Shelly Wall Display з прошивкою 2.6.0+ більше не показує попап помилки після завантаження. Aura тепер виявляється автоматично. Логотип ioBroker на стартовій сторінці.",
95
- "zh-cn": "运行固件 2.6.0+ 的 Shelly Wall Display 在页面加载后不再显示连接错误弹窗。Aura 现在可在 Mode 下拉框中自动发现。落地页带有 ioBroker 徽标。"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.hassemu",
3
- "version": "1.32.1",
3
+ "version": "1.32.2",
4
4
  "description": "Emulates a minimal Home Assistant server so devices expecting a Home Assistant dashboard can display any custom web URL.",
5
5
  "author": {
6
6
  "name": "krobi",