chore: release v2.0.0

* (@GermanBluefox) Adapter was updated and migrated to TypeScript
This commit is contained in:
GermanBluefox
2026-03-31 20:10:03 +02:00
parent 4905caf6c2
commit f0b6a23ad6
4 changed files with 13472 additions and 13488 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
-->
## Changelog
### **WORK IN PROGRESS**
### 2.0.0 (2026-03-31)
* (@GermanBluefox) Adapter was updated and migrated to TypeScript
### 1.4.0 (2023-01-03)
+14 -14
View File
@@ -1,7 +1,7 @@
{
"common": {
"name": "hass",
"version": "1.4.0",
"version": "2.0.0",
"title": "Home Assistant",
"titleLang": {
"en": "Home Assistant",
@@ -30,6 +30,19 @@
"uk": "Підключення Home Assistant для ioBroker"
},
"news": {
"2.0.0": {
"en": "Adapter was updated and migrated to TypeScript",
"de": "Adapter wurde aktualisiert und auf TypeScript migriert",
"ru": "Адаптер был обновлен и перенесен на TypeScript",
"pt": "O adaptador foi atualizado e migrado para TypeScript",
"nl": "Adapter is bijgewerkt en gemigreerd naar TypeScript",
"fr": "Adaptateur a été mis à jour et migré vers TypeScript",
"it": "L'adattatore è stato aggiornato e migrato a TypeScript",
"es": "Adaptador fue actualizado y migrado a TipoScript",
"pl": "Adapter został zaktualizowany i przeniesiony do TypeScript",
"uk": "Адаптер був оновлений і мігрований до TypeScript",
"zh-cn": "适应器被更新并迁移到 TypeScript"
},
"1.4.0": {
"en": "Added more guidance logging when setting services incorrectly\nPrevent crashes when attributes contain \".\" at the end of their names\nAdded logging for state updates for unknown objects",
"de": "Mehr Anleitungsprotokollierung hinzugefügt, wenn Dienste falsch eingestellt werden\nVerhindern Sie Abstürzen, wenn Attribute \" enthalten.\" am Ende ihrer Namen\nHinzugefügt Protokollierung für Zustandsaktualisierungen für unbekannte Objekte",
@@ -107,19 +120,6 @@
"pl": "WAŻNE: Po zainstalowaniu tej wersji należy raz ponownie wprowadzić hasło!\nZaimplementuj wyzwalacze usługi, aby używać dowolnej wartości do wyzwalania lub skróconego JSON do wywołania z polami\nZoptymalizuj obsługę rozładunku\nDodaj Sentry do zgłaszania awarii",
"zh-cn": "重要提示:安装此版本后需要重新输入一次密码!\n实现服务触发器以使用任何值触发或字符串化 JSON 以使用字段调用\n优化卸载处理\n添加 Sentry 以进行崩溃报告",
"uk": "ВАЖЛИВО: після встановлення цієї версії потрібно повторно ввести пароль!\nРеалізуйте тригери служби, щоб використовувати будь-яке значення для запуску або рядковий JSON для виклику з полями\nОптимізуйте роботу з розвантаженням\nДодайте Sentry для звітування про збої"
},
"1.0.1": {
"en": "IMPORTANT: js-controller 2.0 is needed st least!\nFix start issue\n(Apollon77/Garfonso) Fix issue where value could not be set in hass",
"de": "WICHTIG: js-controller 2.0 wird am wenigsten benötigt!\nStartproblem beheben\n(Apollon77/Garfonso) Problem behoben, bei dem der Wert nicht in Hass festgelegt werden konnte",
"ru": "ВАЖНО: js-controller 2.0 нужен как минимум!\nИсправить проблему с запуском\n(Apollon77 / Garfonso) Исправлена ошибка, из-за которой значение не могло быть установлено в hass.",
"pt": "IMPORTANTE: o js-controller 2.0 é o mínimo necessário!\nCorrigir problema inicial\n(Apollon77 / Garfonso) Correção do problema em que o valor não podia ser definido em hass",
"nl": "BELANGRIJK: js-controller 2.0 is minimaal nodig!\nStartprobleem oplossen\n(Apollon77/Garfonso) Probleem opgelost waarbij de waarde niet kon worden ingesteld in hass",
"fr": "IMPORTANT : js-controller 2.0 est au moins nécessaire !\nRésoudre le problème de démarrage\n(Apollon77/Garfonso) Correction d'un problème où la valeur ne pouvait pas être définie dans hass",
"it": "IMPORTANTE: come minimo è necessario js-controller 2.0!\nRisolvi il problema di avvio\n(Apollon77/Garfonso) Risolto il problema per cui il valore non poteva essere impostato in hass",
"es": "IMPORTANTE: ¡js-controller 2.0 es lo menos necesario!\nSolucionar problema de inicio\n(Apollon77 / Garfonso) Se solucionó el problema por el cual no se podía establecer el valor en hass",
"pl": "WAŻNE: js-controller 2.0 jest potrzebny przynajmniej!\nNapraw problem z uruchomieniem\n(Apollon77/Garfonso) Napraw problem, w którym nie można było ustawić wartości w hass",
"zh-cn": "重要提示:至少需要 js-controller 2.0\n修复启动问题\n(Apollon77/Garfonso) 修复无法在 hass 中设置值的问题",
"uk": "ВАЖЛИВО: як мінімум потрібен js-контроллер 2.0!\nВиправити проблему запуску\n(Apollon77/Garfonso) Виправлено проблему, через яку значення не можна було встановити в hass"
}
},
"localLink": "http://%host%:8123",
+2 -18
View File
@@ -1,12 +1,12 @@
{
"name": "iobroker.hass",
"version": "1.4.0",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "iobroker.hass",
"version": "1.4.0",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"@iobroker/adapter-core": "^3.3.2",
@@ -6208,17 +6208,6 @@
"url": "https://opencollective.com/node-fetch"
}
},
"node_modules/node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==",
"optional": true,
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/node-releases": {
"version": "2.0.36",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz",
@@ -12136,11 +12125,6 @@
"formdata-polyfill": "^4.0.10"
}
},
"node-gyp-build": {
"version": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==",
"optional": true
},
"node-releases": {
"version": "2.0.36",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iobroker.hass",
"version": "1.4.0",
"version": "2.0.0",
"description": "Home Assistant",
"author": {
"name": "bluefox",