We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29142bb commit 7e5ef88Copy full SHA for 7e5ef88
custom_components/robovac/config_flow.py
@@ -218,7 +218,7 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
218
"""Handles options flow for the component."""
219
220
def __init__(self, config_entry: config_entries.ConfigEntry) -> None:
221
- self.config_entry = config_entry
+ self._config_entry = config_entry
222
self.selected_vacuum = None
223
224
async def async_step_init(self, user_input=None):
0 commit comments