Use _get_reconfigure_entry in vallox (#127313)
This commit is contained in:
parent
d0d8de94dc
commit
781c3eed2f
1 changed files with 1 additions and 3 deletions
|
@ -89,9 +89,7 @@ class ValloxConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
self, entry_data: Mapping[str, Any]
|
||||
) -> ConfigFlowResult:
|
||||
"""Handle reconfiguration of the Vallox device host address."""
|
||||
entry = self.hass.config_entries.async_get_entry(self.context["entry_id"])
|
||||
assert entry
|
||||
self._context_entry = entry
|
||||
self._context_entry = self._get_reconfigure_entry()
|
||||
return await self.async_step_reconfigure_confirm()
|
||||
|
||||
async def async_step_reconfigure_confirm(
|
||||
|
|
Loading…
Add table
Reference in a new issue