Skip to content

Commit 7701935

Browse files
author
marq24
committed
fix direct assignment of 'config_entry' in options flow
1 parent 676d995 commit 7701935

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

custom_components/goecharger_api2/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ def async_get_options_flow(config_entry):
201201
class GoeChargerApiV2OptionsFlowHandler(config_entries.OptionsFlow):
202202
def __init__(self, config_entry):
203203
"""Initialize HACS options flow."""
204-
self.config_entry = config_entry
205204
if len(dict(config_entry.options)) == 0:
206205
self.options = dict(config_entry.data)
207206
else:

custom_components/goecharger_api2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"iot_class": "local_polling",
1212
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
1313
"requirements": [],
14-
"version": "2024.11.1"
14+
"version": "2024.12.0"
1515
}

0 commit comments

Comments
 (0)