We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2524625 commit 8ab0ad5Copy full SHA for 8ab0ad5
custom_components/solvis_control/config_flow.py
@@ -175,4 +175,4 @@ async def async_step_features(
175
step_id="features", data_schema=get_solvis_modules_options(self.data)
176
)
177
self.data.update(user_input)
178
- 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 commit comments