mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
Fix missing whitespace in key migration message
This commit is contained in:
parent
3d9301a0f7
commit
0a4d49accb
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def preload_core_config(config):
|
||||||
if 'esphomeyaml' in config:
|
if 'esphomeyaml' in config:
|
||||||
raise EsphomeError(u"The top-level 'esphomeyaml' section has been renamed to "
|
raise EsphomeError(u"The top-level 'esphomeyaml' section has been renamed to "
|
||||||
u"'esphome' in 1.11.0.\n"
|
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:")
|
u"esphome:")
|
||||||
raise EsphomeError(u"No esphome section in config")
|
raise EsphomeError(u"No esphome section in config")
|
||||||
core_conf = config[CONF_ESPHOME]
|
core_conf = config[CONF_ESPHOME]
|
||||||
|
|
Loading…
Reference in a new issue