Improve type hints in roomba config flow

This commit is contained in:
epenet 2024-11-13 09:53:47 +00:00
parent a9f468509b
commit a35c0123b8

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: