Skip to content

Commit

Permalink
Improve no-yaml warning (#93851)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed May 31, 2023
1 parent 24ed53c commit ef4dea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def log_error(msg: str) -> None:
domain in processed_config
and not hasattr(component, "async_setup")
and not hasattr(component, "setup")
and not hasattr(component, "CONFIG_SCHEMA")
):
_LOGGER.error(
(
Expand Down

0 comments on commit ef4dea0

Please sign in to comment.