Fix missing service call context in multiple locations (#37094)
This commit is contained in:
parent
98a388e65a
commit
f42eb0d5ca
10 changed files with 66 additions and 23 deletions
|
@ -205,7 +205,7 @@ class UniversalMediaPlayer(MediaPlayerEntity):
|
|||
service_data[ATTR_ENTITY_ID] = active_child.entity_id
|
||||
|
||||
await self.hass.services.async_call(
|
||||
DOMAIN, service_name, service_data, blocking=True
|
||||
DOMAIN, service_name, service_data, blocking=True, context=self._context
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue