mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
Improve type hints in roomba config flow (#130512)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user