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 +}