diff --git a/source/_lovelace/sensor.markdown b/source/_lovelace/sensor.markdown index ea646d2e3ef..ce5fda52708 100644 --- a/source/_lovelace/sensor.markdown +++ b/source/_lovelace/sensor.markdown @@ -42,20 +42,6 @@ unit: required: false description: The unit of measurement 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: required: false 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 type: integer default: 24 +theme: + required: false + description: Set to any theme within `themes.yaml` + type: string {% endconfiguration %} ## {% linkable_title Example %}