mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 13:39:16 +00:00
Fix missing f-string in async_listen (#89336)
This commit is contained in:
parent
aa2267d68e
commit
099f16f6b8
@ -1042,7 +1042,7 @@ class EventBus:
|
|||||||
return self._async_listen_filterable_job(
|
return self._async_listen_filterable_job(
|
||||||
event_type,
|
event_type,
|
||||||
_FilterableJob(
|
_FilterableJob(
|
||||||
HassJob(listener, "listen {event_type}"), event_filter, run_immediately
|
HassJob(listener, f"listen {event_type}"), event_filter, run_immediately
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user