We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b95e76 + dd0f834 commit d3313d3Copy full SHA for d3313d3
custom_components/openhasp/config_flow.py
@@ -220,16 +220,12 @@ async def async_step_personalize(self, user_input=None):
220
@callback
221
def async_get_options_flow(config_entry):
222
"""Set the OptionsFlowHandler."""
223
- return OpenHASPOptionsFlowHandler(config_entry)
+ return OpenHASPOptionsFlowHandler()
224
225
226
class OpenHASPOptionsFlowHandler(config_entries.OptionsFlow):
227
"""ConfigOptions flow for openHASP."""
228
229
- def __init__(self, config_entry):
230
- """Initialize openHASP options flow."""
231
- self.config_entry = config_entry
232
-
233
async def async_step_init(self, user_input=None):
234
"""Manage the options."""
235
if user_input is not None:
0 commit comments