Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Jan 6, 2025
1 parent 722d570 commit 5a717d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/peaqhvac/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
def __init__(self) -> None:
"""Initialize options flow."""
self._conf_app_id: str | None = None
self.options = dict(config_entry.options)
options = self.config_entry.options

async def _get_existing_param(self, parameter: str, default_val: any):
if parameter in self.config_entry.options.keys():
Expand Down

0 comments on commit 5a717d2

Please sign in to comment.