diff --git a/custom_components/ice_cream_benelux/config_flow.py b/custom_components/ice_cream_benelux/config_flow.py index 0f03186..823b7ce 100644 --- a/custom_components/ice_cream_benelux/config_flow.py +++ b/custom_components/ice_cream_benelux/config_flow.py @@ -36,12 +36,6 @@ def get_data_schema(home_lat, home_lon): ) -def validate_user_input(user_input, errors): - """Validate user input.""" - if len(user_input[CONF_COMPANIES]) == 0: - errors["base"] = "no_companies" - - class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): """Config flow.""" diff --git a/custom_components/ice_cream_benelux/manifest.json b/custom_components/ice_cream_benelux/manifest.json index 65d03c5..e05f303 100644 --- a/custom_components/ice_cream_benelux/manifest.json +++ b/custom_components/ice_cream_benelux/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/studiojw/ice-cream-benelux-ha/issues", "requirements": [], - "version": "1.1.2" + "version": "1.1.3" }