From 9f662fb5c0329218a01037f7bc60d230a2bcc69e Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Mon, 27 Jul 2026 15:55:55 +0000 Subject: [PATCH] .storage/lovelace.dashboard_temp --- .storage/lovelace.dashboard_temp | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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",