Fix event typing (#93859)
This commit is contained in:
parent
f7b15dbf84
commit
c72477811e
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ def _remove_empty_listener() -> None:
|
|||
def _remove_listener(
|
||||
hass: HomeAssistant,
|
||||
listeners_key: str,
|
||||
keys: list[str],
|
||||
keys: Iterable[str],
|
||||
job: HassJob[[Event], Any],
|
||||
callbacks: dict[str, list[HassJob[[Event], Any]]],
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue