mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05:00
Fix missing f-string in async_listen (#89336)
This commit is contained in:
@@ -1042,7 +1042,7 @@ class EventBus:
|
||||
return self._async_listen_filterable_job(
|
||||
event_type,
|
||||
_FilterableJob(
|
||||
HassJob(listener, "listen {event_type}"), event_filter, run_immediately
|
||||
HassJob(listener, f"listen {event_type}"), event_filter, run_immediately
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user