mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Change function alias to proxy in ista EcoTrend (#143911)
Change function alias
This commit is contained in:
parent
6168fe006e
commit
8fafbfaf82
@ -146,4 +146,8 @@ class IstaConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
errors=errors,
|
||||
)
|
||||
|
||||
async_step_reconfigure = async_step_reauth_confirm
|
||||
async def async_step_reconfigure(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
) -> ConfigFlowResult:
|
||||
"""Reconfigure flow for ista EcoTrend integration."""
|
||||
return await self.async_step_reauth_confirm(user_input)
|
||||
|
@ -66,7 +66,7 @@ rules:
|
||||
entity-translations: done
|
||||
exception-translations: done
|
||||
icon-translations: done
|
||||
reconfiguration-flow: todo
|
||||
reconfiguration-flow: done
|
||||
repair-issues: todo
|
||||
stale-devices: todo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user