From a740e9642c37b7cc12df281f5a313a97f4e80409 Mon Sep 17 00:00:00 2001 From: saniho Date: Tue, 20 Dec 2022 21:11:25 +0100 Subject: [PATCH] enable production & activate myElectricData --- custom_components/apiEnedis/config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/apiEnedis/config_flow.py b/custom_components/apiEnedis/config_flow.py index cf6572b..9ddf745 100644 --- a/custom_components/apiEnedis/config_flow.py +++ b/custom_components/apiEnedis/config_flow.py @@ -22,6 +22,7 @@ _LOGGER = logging.getLogger(__name__) all_repos_Gateway = ["enedisGateway", "myElectricalData"] + class myEnedisFlowHandler( # type: ignore[call-arg] config_entries.ConfigFlow, domain=DOMAIN ):