Skip to content

Commit a5f3cde

Browse files
committed
temporary WAR until a better fix?
1 parent 9465f98 commit a5f3cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pyscript/config_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class PyscriptOptionsConfigFlow(config_entries.OptionsFlow):
2626

2727
def __init__(self, config_entry: ConfigEntry) -> None:
2828
"""Initialize pyscript options flow."""
29-
self.config_entry = config_entry
29+
self._config_entry = config_entry
3030
self._show_form = False
3131

3232
async def async_step_init(self, user_input: Dict[str, Any] = None) -> Dict[str, Any]:

0 commit comments

Comments
 (0)