mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Improve type hints in roomba config flow (#130512)
This commit is contained in:
parent
1277e83038
commit
a57233c152
@ -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…
x
Reference in New Issue
Block a user