Explorar o código

Fix config flow handle version

DebenOldert hai 7 meses
pai
achega
a6043471a5

+ 0 - 3
custom_components/odido_zyxel_5g/__init__.py

@@ -1,9 +1,6 @@
 """
 Custom integration to integrate ZYXEL router statistics
 for Odido Klik & Klaar internet subscriptions.
-
-For more details about this integration, please refer to
-https://github.com/golles/ha-knmi/
 """
 
 import logging

+ 1 - 1
custom_components/odido_zyxel_5g/config_flow.py

@@ -39,7 +39,7 @@ _LOGGER: logging.Logger = logging.getLogger(__package__)
 class RouterFlowHandler(ConfigFlow, domain=DOMAIN):
     """Config flow for Odido Router."""
 
-    VERSION = 1
+    VERSION = 2
 
     async def async_step_user(
         self, user_input: dict[str, Any] | None = None