From a9279d993b3cc8d5b94b7948d70d14108cf12e27 Mon Sep 17 00:00:00 2001 From: cribbstechnologies Date: Wed, 5 Jul 2017 17:08:56 -0400 Subject: [PATCH] Update light.template.markdown (#2937) crappy yaml Config at the top was supposed to be a light-based example. Non-light based example is below --- source/_components/light.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown index 08ab8cdb409..335161e5528 100755 --- a/source/_components/light.template.markdown +++ b/source/_components/light.template.markdown @@ -32,7 +32,7 @@ light: set_level: service: script.theater_lights_level data_template: - volume_level: "{% raw %}{{brightness}}{% endraw %}" + brightness: "{% raw %}{{brightness}}{% endraw %}" level_template: "{% raw %}{{is_state('sensor.theater_brightness.attributes.lux'}}{% endraw %}" ``` @@ -103,4 +103,4 @@ light: 0 {%- endif -%} {% endraw %} -``` \ No newline at end of file +```