From acd21223081215219fa38fe15b824a391de455d3 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 26 Oct 2018 22:37:05 +0200 Subject: [PATCH] Lint --- esphomeyaml/components/mqtt.py | 1 - 1 file changed, 1 deletion(-) 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], } -