Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions homeassistant/components/roomba/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ async def async_step_user(self, user_input=None):
info = await validate_input(self.hass, user_input)
except CannotConnect:
errors = {"base": "cannot_connect"}
except Exception: # pylint: disable=broad-except
errors = {"base": "unknown"}

if "base" not in errors:
await async_disconnect_or_timeout(self.hass, info[ROOMBA_SESSION])
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/roomba/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
},
"error": {
"unknown": "Unexpected error",
"cannot_connect": "Failed to connect, please try again"
}
},
Expand Down