Skip to content

Commit

Permalink
OptionsFlow class now sets config_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCodeForCats committed Dec 13, 2024
1 parent 612dece commit f12a0ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/solaredge_modbus_multi/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ async def async_step_reconfigure(
class SolaredgeModbusMultiOptionsFlowHandler(OptionsFlow):
"""Handle an options flow for SolarEdge Modbus Multi."""

def __init__(self, config_entry: ConfigEntry):
"""Initialize options flow."""
self.config_entry = config_entry

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

0 comments on commit f12a0ab

Please sign in to comment.