diff --git a/esphomeyaml/components/mqtt.py b/esphomeyaml/components/mqtt.py index b5cac204cc..c8f85a870b 100644 --- a/esphomeyaml/components/mqtt.py +++ b/esphomeyaml/components/mqtt.py @@ -306,4 +306,3 @@ class GenerateHassConfigData(object): CONF_PAYLOAD_AVAILABLE: birth_message[CONF_PAYLOAD], CONF_PAYLOAD_NOT_AVAILABLE: will_message[CONF_PAYLOAD], } -