mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Improve type hints in tolo config flow (#130421)
This commit is contained in:
parent
e45d4434e7
commit
20b1e38d24
@ -23,7 +23,7 @@ class ToloSaunaConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
VERSION = 1
|
VERSION = 1
|
||||||
|
|
||||||
_discovered_host: str | None = None
|
_discovered_host: str
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _check_device_availability(host: str) -> bool:
|
def _check_device_availability(host: str) -> bool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user