Fix missing whitespace in key migration message

This commit is contained in:
Brad Davidson 2019-02-13 09:42:54 -08:00
parent 3d9301a0f7
commit 0a4d49accb

View file

@ -194,7 +194,7 @@ def preload_core_config(config):
if 'esphomeyaml' in config:
raise EsphomeError(u"The top-level 'esphomeyaml' section has been renamed to "
u"'esphome' in 1.11.0.\n"
u"Please replace the esphomeyaml: line in your config with"
u"Please replace the esphomeyaml: line in your config with "
u"esphome:")
raise EsphomeError(u"No esphome section in config")
core_conf = config[CONF_ESPHOME]