mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
@callback
|
||||||
def _abort_if_unique_id_configured(
|
def _abort_if_unique_id_configured(
|
||||||
self,
|
self,
|
||||||
updates: dict[Any, Any] | None = None,
|
updates: dict[str, Any] | None = None,
|
||||||
reload_on_update: bool = True,
|
reload_on_update: bool = True,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Abort if the unique ID is already configured."""
|
"""Abort if the unique ID is already configured."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user