Compare commits

...

2 Commits

Author SHA1 Message Date
williamp 4e2bd02150 Merge branch 'master' of https://github.com/rospogrigio/localtuya 2026-06-07 11:57:27 -04:00
rospogrigio 59c95cd06c Update config_flow.py
Fix for Config flow that could not be loaded after update to HA 2025.12 (Issue #2124)
2026-01-29 12:02:56 +01:00
+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