mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Improve type hints in modern_forms config flow (#130698)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user