mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix _abort_if_unique_id_configured updates type hint (#68730)
This commit is contained in:
parent
14fbda8412
commit
05ddd773ff
@ -1230,7 +1230,7 @@ class ConfigFlow(data_entry_flow.FlowHandler):
|
||||
@callback
|
||||
def _abort_if_unique_id_configured(
|
||||
self,
|
||||
updates: dict[Any, Any] | None = None,
|
||||
updates: dict[str, Any] | None = None,
|
||||
reload_on_update: bool = True,
|
||||
) -> None:
|
||||
"""Abort if the unique ID is already configured."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user