mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Update sensor.markdown (#7834)
This commit is contained in:
parent
cb90a09c7c
commit
b6cf5ff6ac
@ -42,20 +42,6 @@ unit:
|
|||||||
required: false
|
required: false
|
||||||
description: The unit of measurement
|
description: The unit of measurement
|
||||||
type: string
|
type: string
|
||||||
height:
|
|
||||||
required: false
|
|
||||||
description: Height of the graph
|
|
||||||
type: integer
|
|
||||||
default: 100
|
|
||||||
line_width:
|
|
||||||
required: false
|
|
||||||
description: Width of the line stroke
|
|
||||||
type: integer
|
|
||||||
default: 5
|
|
||||||
line_color:
|
|
||||||
required: false
|
|
||||||
description: Color of the line stroke
|
|
||||||
type: string
|
|
||||||
detail:
|
detail:
|
||||||
required: false
|
required: false
|
||||||
description: Detail of the graph `1` or `2`, `1` equals one point/hour, `2` equals six points/hour
|
description: Detail of the graph `1` or `2`, `1` equals one point/hour, `2` equals six points/hour
|
||||||
@ -66,6 +52,10 @@ hours_to_show:
|
|||||||
description: Hours to show in graph
|
description: Hours to show in graph
|
||||||
type: integer
|
type: integer
|
||||||
default: 24
|
default: 24
|
||||||
|
theme:
|
||||||
|
required: false
|
||||||
|
description: Set to any theme within `themes.yaml`
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Example %}
|
## {% linkable_title Example %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user