Skip to content

Commit

Permalink
temporary WAR until a better fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jan 22, 2025
1 parent 9465f98 commit a5f3cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pyscript/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PyscriptOptionsConfigFlow(config_entries.OptionsFlow):

def __init__(self, config_entry: ConfigEntry) -> None:
"""Initialize pyscript options flow."""
self.config_entry = config_entry
self._config_entry = config_entry
self._show_form = False

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

0 comments on commit a5f3cde

Please sign in to comment.