mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Improve no-yaml warning (#93851)
This commit is contained in:
@ -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(
|
||||
(
|
||||
|
Reference in New Issue
Block a user