mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 19:48:23 +00:00
Add reconfigure support to ESPHome
This commit is contained in:
parent
3a7adb41d3
commit
46f2c9ee09
@ -173,7 +173,7 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
description_placeholders={"name": self._name},
|
description_placeholders={"name": self._name},
|
||||||
)
|
)
|
||||||
|
|
||||||
async def async_step_reconfig(
|
async def async_step_reconfigure(
|
||||||
self, entry_data: Mapping[str, Any]
|
self, entry_data: Mapping[str, Any]
|
||||||
) -> ConfigFlowResult:
|
) -> ConfigFlowResult:
|
||||||
"""Handle a flow initialized by a reconfig request."""
|
"""Handle a flow initialized by a reconfig request."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user