mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Add minimum hours-to-show (#18295)
This commit is contained in:
parent
7a6fa418aa
commit
0f2e7a76d4
@ -45,7 +45,7 @@ title:
|
|||||||
type: string
|
type: string
|
||||||
hours_to_show:
|
hours_to_show:
|
||||||
required: false
|
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
|
type: integer
|
||||||
default: 24
|
default: 24
|
||||||
theme:
|
theme:
|
||||||
|
@ -45,7 +45,7 @@ detail:
|
|||||||
default: 1
|
default: 1
|
||||||
hours_to_show:
|
hours_to_show:
|
||||||
required: false
|
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
|
type: integer
|
||||||
default: 24
|
default: 24
|
||||||
theme:
|
theme:
|
||||||
|
@ -109,7 +109,7 @@ detail:
|
|||||||
default: 1
|
default: 1
|
||||||
hours_to_show:
|
hours_to_show:
|
||||||
required: false
|
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
|
type: integer
|
||||||
default: 24
|
default: 24
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user