Update config_flow.py

Fix for Config flow that could not be loaded after update to HA 2025.12 (Issue #2124)
This commit is contained in:
rospogrigio
2026-01-29 12:02:56 +01:00
committed by GitHub
parent 9eabc43da2
commit 59c95cd06c
+1 -1
View File
@@ -393,7 +393,7 @@ class LocalTuyaOptionsFlowHandler(config_entries.OptionsFlow):
def __init__(self, config_entry):
"""Initialize localtuya options flow."""
self.config_entry = config_entry
self._config_entry = config_entry
# self.dps_strings = config_entry.data.get(CONF_DPS_STRINGS, gen_dps_strings())
# self.entities = config_entry.data[CONF_ENTITIES]
self.selected_device = None