Add reconfigure support to ESPHome

This commit is contained in:
J. Nick Koston 2025-04-16 18:58:39 -10:00
parent 3a7adb41d3
commit 46f2c9ee09
No known key found for this signature in database

View File

@ -173,7 +173,7 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN):
description_placeholders={"name": self._name},
)
async def async_step_reconfig(
async def async_step_reconfigure(
self, entry_data: Mapping[str, Any]
) -> ConfigFlowResult:
"""Handle a flow initialized by a reconfig request."""