We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676d995 commit 7701935Copy full SHA for 7701935
custom_components/goecharger_api2/config_flow.py
@@ -201,7 +201,6 @@ def async_get_options_flow(config_entry):
201
class GoeChargerApiV2OptionsFlowHandler(config_entries.OptionsFlow):
202
def __init__(self, config_entry):
203
"""Initialize HACS options flow."""
204
- self.config_entry = config_entry
205
if len(dict(config_entry.options)) == 0:
206
self.options = dict(config_entry.data)
207
else:
custom_components/goecharger_api2/manifest.json
@@ -11,5 +11,5 @@
11
"iot_class": "local_polling",
12
"issue_tracker": "https://github.com/marq24/ha-goecharger-api2/issues",
13
"requirements": [],
14
- "version": "2024.11.1"
+ "version": "2024.12.0"
15
}
0 commit comments