From 6e6c5bc0e3a90e575596ffd85f9f499929c51ce4 Mon Sep 17 00:00:00 2001 From: Nenad Bogojevic Date: Sun, 19 Dec 2021 17:57:36 +0100 Subject: [PATCH] Fix syntax error --- custom_components/midea_dehumidifier_local/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/midea_dehumidifier_local/config_flow.py b/custom_components/midea_dehumidifier_local/config_flow.py index 1508ac6..57bbde0 100644 --- a/custom_components/midea_dehumidifier_local/config_flow.py +++ b/custom_components/midea_dehumidifier_local/config_flow.py @@ -89,7 +89,6 @@ async def async_step_user(self, input: dict): ) = await self.hass.async_add_executor_job(validate_input, input) self._appliance_idx = -1 self._conf = input - self._conf[""] for i, a in enumerate(self._appliances): if not a.ip: self._appliance_idx = i