We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eabc43 commit 59c95cdCopy full SHA for 59c95cd
1 file changed
custom_components/localtuya/config_flow.py
@@ -393,7 +393,7 @@ class LocalTuyaOptionsFlowHandler(config_entries.OptionsFlow):
393
394
def __init__(self, config_entry):
395
"""Initialize localtuya options flow."""
396
- self.config_entry = config_entry
+ self._config_entry = config_entry
397
# self.dps_strings = config_entry.data.get(CONF_DPS_STRINGS, gen_dps_strings())
398
# self.entities = config_entry.data[CONF_ENTITIES]
399
self.selected_device = None
0 commit comments