Skip to content

Commit

Permalink
fix direct assignment of 'config_entry' in options flow
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Dec 6, 2024
1 parent 676d995 commit 7701935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/goecharger_api2/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def async_get_options_flow(config_entry):
class GoeChargerApiV2OptionsFlowHandler(config_entries.OptionsFlow):
def __init__(self, config_entry):
"""Initialize HACS options flow."""
self.config_entry = config_entry
if len(dict(config_entry.options)) == 0:
self.options = dict(config_entry.data)
else:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/goecharger_api2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
"requirements": [],
"version": "2024.11.1"
"version": "2024.12.0"
}

0 comments on commit 7701935

Please sign in to comment.