diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 84581131edc..030099a9e2c 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -44,6 +44,7 @@ from .components import ( search as search_pre_import, # noqa: F401 sensor as sensor_pre_import, # noqa: F401 system_log as system_log_pre_import, # noqa: F401 + webhook as webhook_pre_import, # noqa: F401 websocket_api as websocket_api_pre_import, # noqa: F401 ) from .const import (