chore: release v1.0.1
IMPORTANT: js-controller 2.0 is needed st least! Fix start issue (Apollon77/Garfonso) Fix issue where value could not be set in hass
This commit is contained in:
@@ -24,7 +24,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### __WORK IN PROGRESS__
|
### 1.0.1 (2021-09-04)
|
||||||
* IMPORTANT: js-controller 2.0 is needed st least!
|
* IMPORTANT: js-controller 2.0 is needed st least!
|
||||||
* (Apollon77) Fix start issue
|
* (Apollon77) Fix start issue
|
||||||
* (Apollon77/Garfonso) Fix issue where value could not be set in hass
|
* (Apollon77/Garfonso) Fix issue where value could not be set in hass
|
||||||
|
|||||||
+14
-3
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"name": "hass",
|
"name": "hass",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"title": "Home Assistant",
|
"title": "Home Assistant",
|
||||||
"titleLang": {
|
"titleLang": {
|
||||||
"en": "Home Assistant",
|
"en": "Home Assistant",
|
||||||
@@ -27,6 +27,18 @@
|
|||||||
"pl": "Połączenie Home Assistant dla ioBroker"
|
"pl": "Połączenie Home Assistant dla ioBroker"
|
||||||
},
|
},
|
||||||
"news": {
|
"news": {
|
||||||
|
"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 中设置值的问题"
|
||||||
|
},
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"en": "added the support of compact mode",
|
"en": "added the support of compact mode",
|
||||||
"de": "fügte die Unterstützung des Kompaktmodus hinzu",
|
"de": "fügte die Unterstützung des Kompaktmodus hinzu",
|
||||||
@@ -86,8 +98,7 @@
|
|||||||
"password": "",
|
"password": "",
|
||||||
"secure": false
|
"secure": false
|
||||||
},
|
},
|
||||||
"objects": [
|
"objects": [],
|
||||||
],
|
|
||||||
"instanceObjects": [
|
"instanceObjects": [
|
||||||
{
|
{
|
||||||
"_id": "info",
|
"_id": "info",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "iobroker.hass",
|
"name": "iobroker.hass",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Home Assistant",
|
"description": "Home Assistant",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "bluefox",
|
"name": "bluefox",
|
||||||
|
|||||||
Reference in New Issue
Block a user