Update bootstrap.py

pull/21238/head
Otto Winter 2019-02-16 14:51:30 +01:00 committed by Paulus Schoutsen
parent 9696a8b8a9
commit 6f0b853547
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ async def async_from_config_dict(config: Dict[str, Any],
'\n\n'.join(msg), "Config Warning", "config_warning"
)
# TEMP: warn users for invalid slugs
# TEMP: warn users of invalid extra keys
# Remove after 0.92
if cv.INVALID_EXTRA_KEYS_FOUND:
msg = []