initial commit

This commit is contained in:
2026-03-24 07:17:48 +01:00
commit 371cbce202
147 changed files with 18244 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"tabs": [
{
"id": "tab1",
"name": "Général",
"sensors": [
{
"id": "/hwinfo/3_16777220_CPU_Entier",
"name": "CPU Entier",
"type": "temperature",
"show_graph": true,
"viz_type": "line",
"card_size": "xs",
"font_family": "opensans",
"font_bold": false,
"font_size": "xs",
"hide_value_mobile": false,
"show_type_badge": false,
"chart_options": {
"height": "xs"
}
}
]
}
]
}