Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
epenet
7f19e47bf5 Improve type hints in tolo config flow 2024-11-12 10:25:23 +00:00

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: