Skip to content
Snippets Groups Projects
Unverified Commit 5f1470af authored by epenet's avatar epenet Committed by GitHub
Browse files

Adjust type hints in alarmdecoder config_flow (#127161)

parent 4ceff8ca
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ class AlarmDecoderFlowHandler(ConfigFlow, domain=DOMAIN): ...@@ -157,7 +157,7 @@ class AlarmDecoderFlowHandler(ConfigFlow, domain=DOMAIN):
class AlarmDecoderOptionsFlowHandler(OptionsFlow): class AlarmDecoderOptionsFlowHandler(OptionsFlow):
"""Handle AlarmDecoder options.""" """Handle AlarmDecoder options."""
selected_zone: str | None = None selected_zone: str
def __init__(self, config_entry: ConfigEntry) -> None: def __init__(self, config_entry: ConfigEntry) -> None:
"""Initialize AlarmDecoder options flow.""" """Initialize AlarmDecoder options flow."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment