Merge branch 'master' of https://github.com/rospogrigio/localtuya
This commit is contained in:
@@ -393,7 +393,7 @@ class LocalTuyaOptionsFlowHandler(config_entries.OptionsFlow):
|
|||||||
|
|
||||||
def __init__(self, config_entry):
|
def __init__(self, config_entry):
|
||||||
"""Initialize localtuya options flow."""
|
"""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.dps_strings = config_entry.data.get(CONF_DPS_STRINGS, gen_dps_strings())
|
||||||
# self.entities = config_entry.data[CONF_ENTITIES]
|
# self.entities = config_entry.data[CONF_ENTITIES]
|
||||||
self.selected_device = None
|
self.selected_device = None
|
||||||
|
|||||||
Reference in New Issue
Block a user