From 5cb493481e06f6e57614528d0ad3e5f67ccbaba0 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Tue, 22 Mar 2022 22:57:40 +0100 Subject: [PATCH] * IMPORTANT: You need to re-enter the password once after installing this version! * rework index_m --- README.md | 1 + admin/index.html | 76 ------------------- admin/index_m.html | 185 +++++++++++++++++++++++++++------------------ io-package.json | 15 +++- 4 files changed, 124 insertions(+), 153 deletions(-) delete mode 100644 admin/index.html diff --git a/README.md b/README.md index 06691c8..0abf0db 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista ## Changelog ### __WORK IN PROGRESS__ +* IMPORTANT: You need to re-enter the password once after installing this version! * (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields * (Apollon77) Optimize unload handling * (Apollon7) Add Sentry for crash reporting diff --git a/admin/index.html b/admin/index.html deleted file mode 100644 index 5ae4d6b..0000000 --- a/admin/index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - -
- - - -

FHEM adapter settings

- - - - - - -
-
- - diff --git a/admin/index_m.html b/admin/index_m.html index 251fc25..3b516b2 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -1,75 +1,110 @@ - - - - - - - - - - - - - - - -
- - - -
logo

Home assistant adapter settings

- - - - - - -
-
- - + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + Secure: +
+
+
+ + diff --git a/io-package.json b/io-package.json index b63f716..bf6dbfa 100644 --- a/io-package.json +++ b/io-package.json @@ -87,7 +87,12 @@ ], "dependencies": [ { - "js-controller": ">=2.0.0" + "js-controller": ">=3.0.0" + } + ], + "globalDependencies": [ + { + "admin": ">=4.0.19" } ], "plugins": { @@ -105,6 +110,12 @@ "password": "", "secure": false }, + "protectedNative": [ + "password" + ], + "encryptedNative": [ + "password" + ], "objects": [], "instanceObjects": [ { @@ -137,4 +148,4 @@ "native": {} } ] -} \ No newline at end of file +}