From 6ac8553696f8c8b1ccea02b6447d0c43cc57cd9c Mon Sep 17 00:00:00 2001 From: Thomas D <11554546+thomasddn@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:40:53 +0000 Subject: [PATCH] Fix options flow --- custom_components/volvo_cars/config_flow.py | 4 +--- custom_components/volvo_cars/manifest.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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