From bd3cf5fb90ace5b9e9c2146241051dd0b0894a2d Mon Sep 17 00:00:00 2001 From: Necroneco Date: Wed, 29 May 2024 23:22:27 +0800 Subject: [PATCH] fix: Flow handler not found for entry xxxx for midea_ac_lan (#34) --- custom_components/midea_ac_lan/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/midea_ac_lan/config_flow.py b/custom_components/midea_ac_lan/config_flow.py index 665b769d..25690f1e 100644 --- a/custom_components/midea_ac_lan/config_flow.py +++ b/custom_components/midea_ac_lan/config_flow.py @@ -70,7 +70,7 @@ ] -class ConfigFlow(config_entries.ConfigFlow): +class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): available_device: list = [] devices: dict = {} found_device: dict = {}