diff --git a/custom_components/volvo_cars/config_flow.py b/custom_components/volvo_cars/config_flow.py index 46676c8..6e91179 100644 --- a/custom_components/volvo_cars/config_flow.py +++ b/custom_components/volvo_cars/config_flow.py @@ -253,7 +253,5 @@ async def async_step_init( return self.async_show_form( step_id="init", - data_schema=self.add_suggested_values_to_schema( - OPTIONS_SCHEMA, self.config_entry.options - ), + data_schema=OPTIONS_SCHEMA, ) diff --git a/custom_components/volvo_cars/manifest.json b/custom_components/volvo_cars/manifest.json index 6e5386c..d1fc23c 100644 --- a/custom_components/volvo_cars/manifest.json +++ b/custom_components/volvo_cars/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/thomasddn/ha-volvo-cars/issues", "requirements": [], - "version": "0.3.0-b1" + "version": "0.3.0-b2" } \ No newline at end of file