Skip to content

Commit

Permalink
Hide virtual sensors and switch groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Nov 17, 2024
1 parent 2a66a69 commit a7f1984
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 126 deletions.
4 changes: 3 additions & 1 deletion admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
"deConz Version": "deConz Version",
"deConz adapter settings": "deConz adapter settings",
"error creating API key: ": "error creating API key: ",
"link button not pressed": "Please first click on \"Unlock Gateway\" in the web app"
"link button not pressed": "Please first click on \"Unlock Gateway\" in the web app",
"Hide switch groups": "Hide switch groups",
"Hide virtual sensors": "Hide virtual sensors"
}
26 changes: 26 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,32 @@
"md": 4,
"sm": 12,
"xs": 12
},
"_header2": {
"newLine": true,
"text": "Settings",
"type": "header",
"size": 3
},
"switchGroups": {
"newLine": true,
"type": "checkbox",
"label": "Hide switch groups",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"virtualSensors": {
"newLine": true,
"type": "checkbox",
"label": "Hide virtual sensors",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
}
}
}
Loading

0 comments on commit a7f1984

Please sign in to comment.