mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update bootstrap.py
This commit is contained in:
parent
06f2aa93a4
commit
a49686879d
@ -192,7 +192,7 @@ async def async_from_config_dict(config: Dict[str, Any],
|
|||||||
'\n\n'.join(msg), "Config Warning", "config_warning"
|
'\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
|
# Remove after 0.92
|
||||||
if cv.INVALID_EXTRA_KEYS_FOUND:
|
if cv.INVALID_EXTRA_KEYS_FOUND:
|
||||||
msg = []
|
msg = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user