Rename bus._async_fire to bus.async_fire_internal (#116027)

This commit is contained in:
J. Nick Koston 2024-04-23 22:28:31 +02:00 committed by GitHub
parent 31d11b2362
commit a22c221722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 32 additions and 20 deletions

View file

@ -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
)