Fix incorrect type hint in zwave_js config flow (#127158)

This commit is contained in:
epenet 2024-10-01 10:20:01 +02:00 committed by GitHub
parent 805c717013
commit 0d9f2aee70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,6 @@ class ZWaveJSConfigFlow(BaseZwaveJSFlow, ConfigFlow, domain=DOMAIN):
VERSION = 1
_title: str
unique_id: str
def __init__(self) -> None:
"""Set up flow instance."""
@ -396,6 +395,7 @@ class ZWaveJSConfigFlow(BaseZwaveJSFlow, ConfigFlow, domain=DOMAIN):
return await self.async_step_manual({CONF_URL: self.ws_address})
assert self.ws_address
assert self.unique_id
return self.async_show_form(
step_id="zeroconf_confirm",
description_placeholders={