diff --git a/custom_components/kia_uvo/config_flow.py b/custom_components/kia_uvo/config_flow.py index 978f77ae..40425046 100644 --- a/custom_components/kia_uvo/config_flow.py +++ b/custom_components/kia_uvo/config_flow.py @@ -89,7 +89,7 @@ def __init__(self, config_entry: ConfigEntry) -> None: default=self.config_entry.options.get( CONF_FORCE_REFRESH_INTERVAL, DEFAULT_FORCE_REFRESH_INTERVAL ), - ): vol.All(vol.Coerce(int), vol.Range(min=45, max=999)), + ): vol.All(vol.Coerce(int), vol.Range(min=90, max=999)), vol.Required( CONF_NO_FORCE_REFRESH_HOUR_START, default=self.config_entry.options.get(