Skip to content

Commit 8ab0ad5

Browse files
authored
Minor bugfix
1 parent 2524625 commit 8ab0ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/solvis_control/config_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ async def async_step_features(
175175
step_id="features", data_schema=get_solvis_modules_options(self.data)
176176
)
177177
self.data.update(user_input)
178-
return self.async_create_entry(title=self.config.get(CONF_NAME), data=self.data)
178+
return self.async_create_entry(title=self.data[CONF_NAME], data=self.data)

0 commit comments

Comments
 (0)