From 78f605e5ce770bfcba3a4e14cf09fe7c97a6b4c0 Mon Sep 17 00:00:00 2001 From: ia74 <68617740+ia74@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:54:49 -0500 Subject: [PATCH] its still same keys --- custom_components/roomba_rest980/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/roomba_rest980/config_flow.py b/custom_components/roomba_rest980/config_flow.py index 670e5b3..b2d0d0f 100644 --- a/custom_components/roomba_rest980/config_flow.py +++ b/custom_components/roomba_rest980/config_flow.py @@ -34,7 +34,7 @@ CLOUD_SCHEMA = vol.Schema( class RoombaConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): """Config flow.""" - VERSION = 2 + VERSION = 1 _proposed_name: str _user_data: dict[str, any]