From be80507a8778860dfbc9adf369a5d001f56700d6 Mon Sep 17 00:00:00 2001 From: Nate Robinson Date: Sat, 15 Dec 2018 11:23:44 +0100 Subject: [PATCH] Remove "height" and "line_color" from example (#7850) Updated config example to match revised config options as of version 0.84. --- source/_lovelace/sensor.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_lovelace/sensor.markdown b/source/_lovelace/sensor.markdown index ce5fda52708..ddc70520d89 100644 --- a/source/_lovelace/sensor.markdown +++ b/source/_lovelace/sensor.markdown @@ -64,6 +64,4 @@ theme: - type: sensor entity: sensor.illumination name: Illumination - height: 75 - line_color: "#3498db" ```