.storage/lovelace.dashboard_temp
This commit is contained in:
@@ -213,13 +213,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "history-graph",
|
"type": "history-graph",
|
||||||
"title": "System Load",
|
|
||||||
"hours_to_show": 24,
|
|
||||||
"entities": [
|
"entities": [
|
||||||
"sensor.system_monitor_load_1_min",
|
{
|
||||||
"sensor.system_monitor_load_5_min",
|
"entity": "sensor.system_monitor_load_1_min",
|
||||||
"sensor.system_monitor_load_15_min"
|
"name": "Load 1m"
|
||||||
]
|
},
|
||||||
|
{
|
||||||
|
"entity": "sensor.system_monitor_load_5_min",
|
||||||
|
"name": "Load 5m"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"entity": "sensor.system_monitor_load_15_min",
|
||||||
|
"name": "Load 15m"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "System Load",
|
||||||
|
"hours_to_show": 24
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "heading",
|
"type": "heading",
|
||||||
|
|||||||
Reference in New Issue
Block a user