diff --git a/homeassistant/components/image_processing/__init__.py b/homeassistant/components/image_processing/__init__.py index 0852fa85e1e..bb356c09367 100644 --- a/homeassistant/components/image_processing/__init__.py +++ b/homeassistant/components/image_processing/__init__.py @@ -262,7 +262,7 @@ class ImageProcessingFaceEntity(ImageProcessingEntity): continue face.update({ATTR_ENTITY_ID: self.entity_id}) - self.hass.async_add_job(self.hass.bus.async_fire, EVENT_DETECT_FACE, face) + self.hass.bus.async_fire(EVENT_DETECT_FACE, face) # type: ignore[arg-type] # Update entity store self.faces = faces