Add gridstack dashboard layout

This commit is contained in:
Meierschlumpf
2022-12-10 22:14:31 +01:00
parent b7bb1302e4
commit 001890d763
39 changed files with 2822 additions and 918 deletions

View File

@@ -1,6 +1,8 @@
{
"actions": {
"save": "Save"
"save": "Save",
"cancel": "Cancel",
"ok": "Okay"
},
"tip": "Tip: ",
"time": {

View File

@@ -3,6 +3,7 @@
"name": "Dash.",
"description": "A module for displaying the graphs of your running Dash. instance.",
"settings": {
"title": "Settings for Dash. integration",
"cpuMultiView": {
"label": "CPU Multi-Core View"
},
@@ -18,6 +19,10 @@
"url": {
"label": "Dash. URL"
}
},
"remove": {
"title": "Remove Dash. integration",
"confirm": "Are you sure, that you want to remove the Dash. integration?"
}
},
"card": {

View File

@@ -3,6 +3,7 @@
"name": "Date",
"description": "Show the current time and date in a card",
"settings": {
"title": "Settings for date integration",
"display24HourFormat": {
"label": "Display full time (24-hour)"
}