Skip to content

Commit c13e5f3

Browse files
Merge pull request #714 from WillCodeForCats/update-options-flow
Update options flow for HA 2024.12.0
2 parents 5691b56 + f582662 commit c13e5f3

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After rebooting Home Assistant, this integration can be configured through the i
3838
[WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)
3939

4040
### Required Versions
41-
* Home Assistant 2024.9.0 or newer
41+
* Home Assistant 2024.12.0 or newer
4242
* Python 3.11 or newer
4343
* pymodbus 3.6.6 through 3.7.4
4444

custom_components/solaredge_modbus_multi/config_flow.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ async def async_step_reconfigure(
174174
class SolaredgeModbusMultiOptionsFlowHandler(OptionsFlow):
175175
"""Handle an options flow for SolarEdge Modbus Multi."""
176176

177-
def __init__(self, config_entry: ConfigEntry):
178-
"""Initialize options flow."""
179-
self.config_entry = config_entry
180-
181177
async def async_step_init(
182178
self, user_input: dict[str, Any] | None = None
183179
) -> FlowResult:

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "SolarEdge Modbus Multi",
33
"content_in_root": false,
4-
"homeassistant": "2024.9.0"
4+
"homeassistant": "2024.12.0"
55
}

0 commit comments

Comments
 (0)