Skip to content

Commit

Permalink
(simatec) Fix jsonConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Nov 4, 2024
1 parent e238328 commit 7090080
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ You must enter these in the configuration of the adapter.
<!-- ### **WORK IN PROGRESS** -->
### **WORK IN PROGRESS**
* (simatec) Dependencies updated
* (simatec) Fix jsonConfig

## Changelog
### 0.2.4 (2024-09-28)
Expand Down
29 changes: 23 additions & 6 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@
"fontSize": 20
},
"xs": 10,
"sm": 10
"sm": 10,
"md": 10,
"lg": 10,
"xl": 10
},
"_settings": {
"newLine": true,
"type": "header",
"text": "Remeha Home Settings",
"size": 2,
"xs": 12,
"sm": 12
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"account": {
"type": "text",
Expand All @@ -27,6 +33,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "Remeha Home Account",
"validator": "data.account",
"validatorNoSaveOnError": true,
Expand All @@ -41,6 +48,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"validator": "data.password",
"validatorNoSaveOnError": true,
"help": "Remeha Home Password"
Expand All @@ -54,6 +62,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"validator": "data.pollInterval",
"validatorNoSaveOnError": true,
"help": "Poll Intervall (seconds)"
Expand All @@ -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",
Expand All @@ -82,7 +97,8 @@
"xs": 7,
"sm": 3,
"md": 3,
"lg": 1.2
"lg": 1.2,
"xl": 1.2
},
"_githubSponsor": {
"type": "staticImage",
Expand All @@ -93,7 +109,8 @@
"xs": 5,
"sm": 2,
"md": 2,
"lg": 0.8
"lg": 0.8,
"xl": 0.8
}
}
}

0 comments on commit 7090080

Please sign in to comment.