mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Adjust type hints in alarmdecoder config_flow (#127161)
This commit is contained in:
parent
4ceff8cabf
commit
5f1470af9f
@ -157,7 +157,7 @@ class AlarmDecoderFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
class AlarmDecoderOptionsFlowHandler(OptionsFlow):
|
||||
"""Handle AlarmDecoder options."""
|
||||
|
||||
selected_zone: str | None = None
|
||||
selected_zone: str
|
||||
|
||||
def __init__(self, config_entry: ConfigEntry) -> None:
|
||||
"""Initialize AlarmDecoder options flow."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user