diff --git a/.storage/lovelace.dashboard_temp b/.storage/lovelace.dashboard_temp index b26f6e8..1f775e9 100644 --- a/.storage/lovelace.dashboard_temp +++ b/.storage/lovelace.dashboard_temp @@ -213,13 +213,22 @@ }, { "type": "history-graph", - "title": "System Load", - "hours_to_show": 24, "entities": [ - "sensor.system_monitor_load_1_min", - "sensor.system_monitor_load_5_min", - "sensor.system_monitor_load_15_min" - ] + { + "entity": "sensor.system_monitor_load_1_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",