From cb2612b6e3bbc38a94f7705aebdfb327aaec1b31 Mon Sep 17 00:00:00 2001 From: Zack R Date: Mon, 8 Apr 2019 03:38:48 -0700 Subject: [PATCH] Update hours_to_show (#9168) * Update hours_to_show Didn't know that there was a high and low limit to hours_to_show until I experimented with it. Thought it would be useful info for someone else. * Minor change --- 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 8b603b26d3c..242213fe875 100644 --- a/source/_lovelace/history-graph.markdown +++ b/source/_lovelace/history-graph.markdown @@ -33,7 +33,7 @@ entities: type: list hours_to_show: required: false - description: Hours to show. + description: Hours to show. Minimum is 10 hours, maximum of 80 hours. type: integer default: 24 refresh_interval: