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]