mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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
|
VERSION = 1
|
||||||
|
|
||||||
name: str | None = None
|
name: str | None = None
|
||||||
blid: str | None = None
|
blid: str
|
||||||
host: str | None = None
|
host: str | None = None
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user