Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogojevic committed Dec 19, 2021
1 parent 01a8bc7 commit 6e6c5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/midea_dehumidifier_local/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e6c5bc

Please sign in to comment.