mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02: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