diff --git a/homeassistant/setup.py b/homeassistant/setup.py index 3c808033abe..d4b9be05ef4 100644 --- a/homeassistant/setup.py +++ b/homeassistant/setup.py @@ -228,6 +228,7 @@ async def _async_setup_component( domain in processed_config and not hasattr(component, "async_setup") and not hasattr(component, "setup") + and not hasattr(component, "CONFIG_SCHEMA") ): _LOGGER.error( (