mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Add context to service call event (#21181)
This commit is contained in:
@@ -1117,7 +1117,7 @@ class ServiceRegistry:
|
||||
ATTR_DOMAIN: domain.lower(),
|
||||
ATTR_SERVICE: service.lower(),
|
||||
ATTR_SERVICE_DATA: service_data,
|
||||
})
|
||||
}, context=context)
|
||||
|
||||
if not blocking:
|
||||
self._hass.async_create_task(
|
||||
|
||||
Reference in New Issue
Block a user