Add minimum hours-to-show (#18295)

This commit is contained in:
Philip Allgaier 2021-07-28 11:40:38 +02:00 committed by GitHub
parent 7a6fa418aa
commit 0f2e7a76d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ title:
type: string
hours_to_show:
required: false
description: Number of hours in the past to track.
description: Number of hours in the past to track. 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
theme:

View File

@ -45,7 +45,7 @@ detail:
default: 1
hours_to_show:
required: false
description: Hours to show in graph.
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
theme:

View File

@ -109,7 +109,7 @@ detail:
default: 1
hours_to_show:
required: false
description: Hours to show in graph
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
{% endconfiguration %}