From 7090080a54ac41d08493288a2f7bcb21611567b2 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 4 Nov 2024 09:08:04 +0100 Subject: [PATCH] (simatec) Fix jsonConfig --- README.md | 1 + admin/jsonConfig.json | 29 +++++++++++++++++++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32ad759..bcb5467 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ You must enter these in the configuration of the adapter. ### **WORK IN PROGRESS** * (simatec) Dependencies updated +* (simatec) Fix jsonConfig ## Changelog ### 0.2.4 (2024-09-28) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 909841e..a956581 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -10,7 +10,10 @@ "fontSize": 20 }, "xs": 10, - "sm": 10 + "sm": 10, + "md": 10, + "lg": 10, + "xl": 10 }, "_settings": { "newLine": true, @@ -18,7 +21,10 @@ "text": "Remeha Home Settings", "size": 2, "xs": 12, - "sm": 12 + "sm": 12, + "md": 12, + "lg": 12, + "xl": 12 }, "account": { "type": "text", @@ -27,6 +33,7 @@ "sm": 12, "md": 8, "lg": 4, + "xl": 4, "help": "Remeha Home Account", "validator": "data.account", "validatorNoSaveOnError": true, @@ -41,6 +48,7 @@ "sm": 12, "md": 8, "lg": 4, + "xl": 4, "validator": "data.password", "validatorNoSaveOnError": true, "help": "Remeha Home Password" @@ -54,6 +62,7 @@ "sm": 12, "md": 8, "lg": 4, + "xl": 4, "validator": "data.pollInterval", "validatorNoSaveOnError": true, "help": "Poll Intervall (seconds)" @@ -63,14 +72,20 @@ "type": "divider", "color": "secondary", "xs": 12, - "sm": 12 + "sm": 12, + "md": 12, + "lg": 12, + "xl": 12 }, "_donateTxt": { "type": "staticText", "text": "If you like this project and would like to support its development, you are welcome to leave a donation.", "newLine": true, "xs": 12, - "sm": 12 + "sm": 12, + "md": 12, + "lg": 12, + "xl": 12 }, "_donate": { "type": "staticImage", @@ -82,7 +97,8 @@ "xs": 7, "sm": 3, "md": 3, - "lg": 1.2 + "lg": 1.2, + "xl": 1.2 }, "_githubSponsor": { "type": "staticImage", @@ -93,7 +109,8 @@ "xs": 5, "sm": 2, "md": 2, - "lg": 0.8 + "lg": 0.8, + "xl": 0.8 } } } \ No newline at end of file