mirror of
https://github.com/esphome/esphome.git
synced 2025-01-02 18:27:55 +01:00
Fix missing whitespace in key migration message
This commit is contained in:
parent
3d9301a0f7
commit
0a4d49accb
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user