diff --git a/.storage/lovelace.dashboard_temp b/.storage/lovelace.dashboard_temp index a275a72c..e940b4f6 100644 --- a/.storage/lovelace.dashboard_temp +++ b/.storage/lovelace.dashboard_temp @@ -160,6 +160,13 @@ "graph": "line", "hours_to_show": 24 }, + { + "graph": "line", + "type": "sensor", + "entity": "sensor.octoprint_response_time", + "hours_to_show": 24, + "detail": 1 + }, { "graph": "line", "type": "sensor", @@ -187,13 +194,6 @@ "entity": "sensor.next_cloud_certificate_expiry", "hours_to_show": 24, "detail": 1 - }, - { - "graph": "line", - "type": "sensor", - "entity": "sensor.octoprint_response_time", - "hours_to_show": 24, - "detail": 1 } ] },