Improve type hints in tolo config flow (#130421)

This commit is contained in:
epenet 2024-11-15 12:26:38 +01:00 committed by GitHub
parent e45d4434e7
commit 20b1e38d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class ToloSaunaConfigFlow(ConfigFlow, domain=DOMAIN):
VERSION = 1
_discovered_host: str | None = None
_discovered_host: str
@staticmethod
def _check_device_availability(host: str) -> bool: