mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Enforce config-flow type hints for reauth step (#72830)
This commit is contained in:
parent
6eeb1855ff
commit
28c1a5c09f
@ -421,6 +421,13 @@ _CLASS_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
},
|
||||
return_type="FlowResult",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="async_step_reauth",
|
||||
arg_types={
|
||||
1: "Mapping[str, Any]",
|
||||
},
|
||||
return_type="FlowResult",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="async_step_ssdp",
|
||||
arg_types={
|
||||
|
Loading…
x
Reference in New Issue
Block a user