mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Adjust type hints in wilight config_flow (#127107)
This commit is contained in:
parent
454fb30759
commit
16df3eb995
@ -25,11 +25,12 @@ class WiLightFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
VERSION = 1
|
VERSION = 1
|
||||||
|
|
||||||
|
_title: str
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Initialize the WiLight flow."""
|
"""Initialize the WiLight flow."""
|
||||||
self._host = None
|
self._host = None
|
||||||
self._serial_number = None
|
self._serial_number = None
|
||||||
self._title = None
|
|
||||||
self._model_name = None
|
self._model_name = None
|
||||||
self._wilight_components: list[str] = []
|
self._wilight_components: list[str] = []
|
||||||
self._components_text = ""
|
self._components_text = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user