mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Address late review of Tankerkoenig package move (#109277)
This commit is contained in:
committed by
GitHub
parent
f791c77f3b
commit
286c5faa79
@@ -57,8 +57,11 @@ class FlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
VERSION = 1
|
VERSION = 1
|
||||||
|
|
||||||
_data: dict[str, Any] = {}
|
def __init__(self) -> None:
|
||||||
_stations: dict[str, str] = {}
|
"""Init the FlowHandler."""
|
||||||
|
super().__init__()
|
||||||
|
self._data: dict[str, Any] = {}
|
||||||
|
self._stations: dict[str, str] = {}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@callback
|
@callback
|
||||||
|
Reference in New Issue
Block a user