Rename bus._async_fire to bus.async_fire_internal (#116027)
This commit is contained in:
parent
31d11b2362
commit
a22c221722
5 changed files with 32 additions and 20 deletions
|
@ -784,7 +784,7 @@ class _ScriptRun:
|
|||
)
|
||||
|
||||
trace_set_result(event=self._action[CONF_EVENT], event_data=event_data)
|
||||
self._hass.bus.async_fire(
|
||||
self._hass.bus.async_fire_internal(
|
||||
self._action[CONF_EVENT], event_data, context=self._context
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue