Skip to content

Commit

Permalink
Fix options flow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasddn committed Dec 12, 2024
1 parent c081fda commit 6ac8553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions custom_components/volvo_cars/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
2 changes: 1 addition & 1 deletion custom_components/volvo_cars/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 6ac8553

Please sign in to comment.