Improve type hints in roomba config flow (#130512)

This commit is contained in:
epenet
2024-11-15 12:13:43 +01:00
committed by GitHub
parent 1277e83038
commit a57233c152

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: