From b6cf5ff6acf56458c62881ae9b4f2eb0fa78d4ac Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Thu, 13 Dec 2018 17:51:13 -0500 Subject: [PATCH] Update sensor.markdown (#7834) --- source/_lovelace/sensor.markdown | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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 %}