Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
epenet
a35c0123b8 Improve type hints in roomba config flow 2024-11-13 09:53:47 +00:00

View file

@ -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: