Surepetcare, strict typing (#56425)
* Surepetcare, strict typing Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Surepetcare, strict typing Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
d76163e5be
commit
00f7548fa0
5 changed files with 34 additions and 11 deletions
|
@ -46,7 +46,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
|
||||
VERSION = 1
|
||||
|
||||
async def async_step_import(self, import_info):
|
||||
async def async_step_import(self, import_info: dict[str, Any] | None) -> FlowResult:
|
||||
"""Set the config entry up from yaml."""
|
||||
return await self.async_step_user(import_info)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue