Improve type hints in roomba config flow
This commit is contained in:
parent
a9f468509b
commit
a35c0123b8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class RoombaConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
VERSION = 1
|
||||
|
||||
name: str | None = None
|
||||
blid: str | None = None
|
||||
blid: str
|
||||
host: str | None = None
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue