Update sensor.markdown (#7834)

This commit is contained in:
Zack Arnett 2018-12-13 17:51:13 -05:00 committed by Alok Saboo
parent cb90a09c7c
commit b6cf5ff6ac

View File

@ -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 %}