Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 authored Oct 7, 2024
1 parent 2524625 commit 8ab0ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solvis_control/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ async def async_step_features(
step_id="features", data_schema=get_solvis_modules_options(self.data)
)
self.data.update(user_input)
return self.async_create_entry(title=self.config.get(CONF_NAME), data=self.data)
return self.async_create_entry(title=self.data[CONF_NAME], data=self.data)

0 comments on commit 8ab0ad5

Please sign in to comment.