mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add minimum hours-to-show (#18295)
This commit is contained in:
parent
7a6fa418aa
commit
0f2e7a76d4
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user