Skip to content

Commit

Permalink
Restored drop_connect config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbus-iot committed Oct 4, 2024
1 parent 3be0e51 commit 67e2235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/drop_connect/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ async def async_step_mqtt(
)
):
return self.async_abort(reason="invalid_discovery_info")

existing_entry = await self.async_set_unique_id(
f"{self._drop_discovery.hub_id}_{self._drop_discovery.device_id}"
)
Expand Down

0 comments on commit 67e2235

Please sign in to comment.