mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Improve type hints in modern_forms config flow (#130698)
This commit is contained in:
parent
46ecdc680c
commit
4140999bdb
@ -24,7 +24,7 @@ class ModernFormsFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
|
||||
host: str | None = None
|
||||
mac: str | None = None
|
||||
name: str | None = None
|
||||
name: str
|
||||
|
||||
async def async_step_user(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user