Address late review of Tankerkoenig package move (#109277)
parent
0b6df23ee5
commit
1353c1d24c
|
@ -57,8 +57,11 @@ class FlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
|
||||
VERSION = 1
|
||||
|
||||
_data: dict[str, Any] = {}
|
||||
_stations: dict[str, str] = {}
|
||||
def __init__(self) -> None:
|
||||
"""Init the FlowHandler."""
|
||||
super().__init__()
|
||||
self._data: dict[str, Any] = {}
|
||||
self._stations: dict[str, str] = {}
|
||||
|
||||
@staticmethod
|
||||
@callback
|
||||
|
|
Loading…
Reference in New Issue