From 8b6c60ee27ca25e85047149af4dfd1a80f096c2e Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 24 Jun 2021 21:41:02 +0200 Subject: [PATCH] Remove 80 hours max for history graph + added warning note (#18294) --- source/_lovelace/history-graph.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/history-graph.markdown b/source/_lovelace/history-graph.markdown index a82238632a2..9452a3e0969 100644 --- a/source/_lovelace/history-graph.markdown +++ b/source/_lovelace/history-graph.markdown @@ -29,7 +29,7 @@ entities: type: list hours_to_show: required: false - description: Hours to show. Minimum is 1 hour, maximum of 80 hours. + description: Hours to show in graph. Minimum is 1 hour. Big values can result in delayed rendering, especially if the selected entities have a lot of state changes. type: integer default: 24 refresh_interval: