From 6761f9dfddccd531249914a9f707431659d66913 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 19 Nov 2018 23:10:29 +0100 Subject: [PATCH] Fix --- esphomeyaml/components/light/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphomeyaml/components/light/__init__.py b/esphomeyaml/components/light/__init__.py index cdd4f2007c..687a8bf944 100644 --- a/esphomeyaml/components/light/__init__.py +++ b/esphomeyaml/components/light/__init__.py @@ -10,7 +10,8 @@ from esphomeyaml.const import CONF_ALPHA, CONF_BLUE, CONF_BRIGHTNESS, CONF_COLOR CONF_SPEED, CONF_STATE, CONF_TRANSITION_LENGTH, CONF_UPDATE_INTERVAL, CONF_WHITE, CONF_WIDTH from esphomeyaml.helpers import Action, Application, ArrayInitializer, Component, Nameable, \ Pvariable, StructInitializer, TemplateArguments, add, add_job, esphomelib_ns, float_, \ - get_variable, process_lambda, setup_mqtt_component, std_string, templatable, uint32 + get_variable, process_lambda, setup_mqtt_component, std_string, templatable, uint32, \ + RawExpression PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA.extend({